Html Css Color HEX #D325CA Deep Magenta

📋 copy color: '#D325CA'

red 211 ◦ green 37 ◦ blue 202

#D325CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D325CA

Tints of Deep Magenta #D325CA

RGB

 RED value IS 211 (82.81% from 255) = 46.89%

 GREEN value IS 37 (14.84% from 255) = 8.22%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 46.89%
G = 8.22%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D325CA (or 0xD325CA) is known color: Deep Magenta. HEX triplet: D3, 25 and CA. RGB value is (211,37,202). Sum of RGB (Red+Green+Blue) = 211+37+202=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D325CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325CA is #2CDA35. Grayscale: #6B6B6B. Windows color (decimal): -2939446 or 13247955. OLE color: 13247955.

HSL color Cylindrical-coordinate representation of color #D325CA: hue angle of 303.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D325CA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 37 202 -
CMYK 0 0.82 0.04 0.17
HSL 303.1º 0.7% 0.49% -
HSV(B) 303.1º 0.82% 0.83% -
XYZ 38.19 19.44 57.62 -
YUV 107.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 211 37 202 0 0.82 0.04 0.17 303.1 0.7 0.49
Hex D3 25 CA 0 52 4 11 12F 46 31
Octal 323 45 312 0 122 4 21 457 106 61
Binary 11010011 100101 11001010 0 1010010 100 10001 100101111 1000110 110001

Color Harmonies of #D325CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325CA

Black with #D325CA

Text Example


Text Example

White with #D325CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325CA; }

 p { color: rgb(211,37,202); }

 H1.HeaderClassName
 {
   color: #D325CA;
 }
 .AnyTagClassName
 {
   color: #D325CA;
 }
</style>

background-color css

<style>
 a { background-color: #D325CA; }

 a { background-color: rgb(211,37,202); }

 div.DivClassName
 {
   background-color: #D325CA;
 }
 .BgClassName
 {
   background-color: #D325CA;
 }
</style>

border-color css

<style>
 span { border-color: #D325CA; }

 span { border-color: rgb(211,37,202); }

 td.TdClassName
 {
   border-color: #D325CA;
 }
 .TagClassName
 {
   border-color: #D325CA;
 }
</style>