Html Css Color HEX #D605D0 Deep Magenta

📋 copy color: '#D605D0'

red 214 ◦ green 5 ◦ blue 208

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

Shades of Deep Magenta #D605D0

Tints of Deep Magenta #D605D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 50.12%
G = 1.17%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D605D0 (or 0xD605D0) is known color: Deep Magenta. HEX triplet: D6, 05 and D0. RGB value is (214,5,208). Sum of RGB (Red+Green+Blue) = 214+5+208=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D605D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605D0 is #29FA2F. Grayscale: #5A5A5A. Windows color (decimal): -2751024 or 13632982. OLE color: 13632982.

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

Color convert

RGB 214 5 208 -
CMYK 0 0.98 0.03 0.16
HSL 301.72º 0.95% 0.43% -
HSV(B) 301.72º 0.98% 0.84% -
XYZ 39.17 18.96 61.27 -
YUV 90.63 194.24 215.99 -
System Red Green Blue C M Y K H S L
Decimal 214 5 208 0 0.98 0.03 0.16 301.72 0.95 0.43
Hex D6 5 D0 0 62 3 10 12E 5F 2B
Octal 326 5 320 0 142 3 20 456 137 53
Binary 11010110 101 11010000 0 1100010 11 10000 100101110 1011111 101011

Color Harmonies of #D605D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605D0

Black with #D605D0

Text Example


Text Example

White with #D605D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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