Html Css Color HEX #D605CB Deep Magenta

📋 copy color: '#D605CB'

red 214 ◦ green 5 ◦ blue 203

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

Shades of Deep Magenta #D605CB

Tints of Deep Magenta #D605CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 50.71%
G = 1.18%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D605CB (or 0xD605CB) is known color: Deep Magenta. HEX triplet: D6, 05 and CB. RGB value is (214,5,203). Sum of RGB (Red+Green+Blue) = 214+5+203=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D605CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605CB is #29FA34. Grayscale: #595959. Windows color (decimal): -2751029 or 13305302. OLE color: 13305302.

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

Color convert

RGB 214 5 203 -
CMYK 0 0.98 0.05 0.16
HSL 303.16º 0.95% 0.43% -
HSV(B) 303.16º 0.98% 0.84% -
XYZ 38.57 18.72 58.08 -
YUV 90.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 214 5 203 0 0.98 0.05 0.16 303.16 0.95 0.43
Hex D6 5 CB 0 62 5 10 12F 5F 2B
Octal 326 5 313 0 142 5 20 457 137 53
Binary 11010110 101 11001011 0 1100010 101 10000 100101111 1011111 101011

Color Harmonies of #D605CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605CB

Black with #D605CB

Text Example


Text Example

White with #D605CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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