Html Css Color HEX #D605CE Deep Magenta

📋 copy color: '#D605CE'

red 214 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #D605CE

Tints of Deep Magenta #D605CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 50.35%
G = 1.18%
B = 48.47%

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

#D605CE (or 0xD605CE) is known color: Deep Magenta. HEX triplet: D6, 05 and CE. RGB value is (214,5,206). Sum of RGB (Red+Green+Blue) = 214+5+206=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D605CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605CE is #29FA31. Grayscale: #595959. Windows color (decimal): -2751026 or 13501910. OLE color: 13501910.

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

Color convert

RGB 214 5 206 -
CMYK 0 0.98 0.04 0.16
HSL 302.3º 0.95% 0.43% -
HSV(B) 302.3º 0.98% 0.84% -
XYZ 38.93 18.86 59.98 -
YUV 90.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 214 5 206 0 0.98 0.04 0.16 302.3 0.95 0.43
Hex D6 5 CE 0 62 4 10 12E 5F 2B
Octal 326 5 316 0 142 4 20 456 137 53
Binary 11010110 101 11001110 0 1100010 100 10000 100101110 1011111 101011

Color Harmonies of #D605CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605CE

Black with #D605CE

Text Example


Text Example

White with #D605CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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