Html Css Color HEX #D605C2 Deep Magenta

📋 copy color: '#D605C2'

red 214 ◦ green 5 ◦ blue 194

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

Shades of Deep Magenta #D605C2

Tints of Deep Magenta #D605C2

RGB

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

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

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

R = 51.82%
G = 1.21%
B = 46.97%

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

#D605C2 (or 0xD605C2) is known color: Deep Magenta. HEX triplet: D6, 05 and C2. RGB value is (214,5,194). Sum of RGB (Red+Green+Blue) = 214+5+194=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D605C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605C2 is #29FA3D. Grayscale: #585858. Windows color (decimal): -2751038 or 12715478. OLE color: 12715478.

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

Color convert

RGB 214 5 194 -
CMYK 0 0.98 0.09 0.16
HSL 305.74º 0.95% 0.43% -
HSV(B) 305.74º 0.98% 0.84% -
XYZ 37.52 18.3 52.59 -
YUV 89.04 187.24 217.13 -
System Red Green Blue C M Y K H S L
Decimal 214 5 194 0 0.98 0.09 0.16 305.74 0.95 0.43
Hex D6 5 C2 0 62 9 10 132 5F 2B
Octal 326 5 302 0 142 11 20 462 137 53
Binary 11010110 101 11000010 0 1100010 1001 10000 100110010 1011111 101011

Color Harmonies of #D605C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605C2

Black with #D605C2

Text Example


Text Example

White with #D605C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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