Html Css Color HEX #D604CE Deep Magenta

📋 copy color: '#D604CE'

red 214 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #D604CE

Tints of Deep Magenta #D604CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 50.47%
G = 0.94%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D604CE (or 0xD604CE) is known color: Deep Magenta. HEX triplet: D6, 04 and CE. RGB value is (214,4,206). Sum of RGB (Red+Green+Blue) = 214+4+206=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D604CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604CE is #29FB31. Grayscale: #595959. Windows color (decimal): -2751282 or 13501654. OLE color: 13501654.

HSL color Cylindrical-coordinate representation of color #D604CE: hue angle of 302.29º 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 #D604CE is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 206 -
CMYK 0 0.98 0.04 0.16
HSL 302.29º 0.96% 0.43% -
HSV(B) 302.29º 0.98% 0.84% -
XYZ 38.92 18.84 59.98 -
YUV 89.82 193.57 216.57 -
System Red Green Blue C M Y K H S L
Decimal 214 4 206 0 0.98 0.04 0.16 302.29 0.96 0.43
Hex D6 4 CE 0 62 4 10 12E 60 2B
Octal 326 4 316 0 142 4 20 456 140 53
Binary 11010110 100 11001110 0 1100010 100 10000 100101110 1100000 101011

Color Harmonies of #D604CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604CE

Black with #D604CE

Text Example


Text Example

White with #D604CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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