Html Css Color HEX #D604C2 Deep Magenta

📋 copy color: '#D604C2'

red 214 ◦ green 4 ◦ blue 194

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

Shades of Deep Magenta #D604C2

Tints of Deep Magenta #D604C2

RGB

 RED value IS 214 (83.98% from 255) = 51.94%

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 51.94%
G = 0.97%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D604C2 (or 0xD604C2) is known color: Deep Magenta. HEX triplet: D6, 04 and C2. RGB value is (214,4,194). Sum of RGB (Red+Green+Blue) = 214+4+194=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D604C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604C2 is #29FB3D. Grayscale: #575757. Windows color (decimal): -2751294 or 12715222. OLE color: 12715222.

HSL color Cylindrical-coordinate representation of color #D604C2: hue angle of 305.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604C2 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 194 -
CMYK 0 0.98 0.09 0.16
HSL 305.71º 0.96% 0.43% -
HSV(B) 305.71º 0.98% 0.84% -
XYZ 37.51 18.28 52.59 -
YUV 88.45 187.57 217.55 -
System Red Green Blue C M Y K H S L
Decimal 214 4 194 0 0.98 0.09 0.16 305.71 0.96 0.43
Hex D6 4 C2 0 62 9 10 132 60 2B
Octal 326 4 302 0 142 11 20 462 140 53
Binary 11010110 100 11000010 0 1100010 1001 10000 100110010 1100000 101011

Color Harmonies of #D604C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604C2

Black with #D604C2

Text Example


Text Example

White with #D604C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604C2; }

 p { color: rgb(214,4,194); }

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

background-color css

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

 a { background-color: rgb(214,4,194); }

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

border-color css

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

 span { border-color: rgb(214,4,194); }

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