Html Css Color HEX #D606C8 Deep Magenta

📋 copy color: '#D606C8'

red 214 ◦ green 6 ◦ blue 200

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

Shades of Deep Magenta #D606C8

Tints of Deep Magenta #D606C8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 200 (78.52% from 255) = 47.62%

R = 50.95%
G = 1.43%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D606C8 (or 0xD606C8) is known color: Deep Magenta. HEX triplet: D6, 06 and C8. RGB value is (214,6,200). Sum of RGB (Red+Green+Blue) = 214+6+200=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D606C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606C8 is #29F937. Grayscale: #595959. Windows color (decimal): -2750776 or 13108950. OLE color: 13108950.

HSL color Cylindrical-coordinate representation of color #D606C8: hue angle of 304.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D606C8 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 200 -
CMYK 0 0.97 0.07 0.16
HSL 304.04º 0.95% 0.43% -
HSV(B) 304.04º 0.97% 0.84% -
XYZ 38.22 18.6 56.22 -
YUV 90.31 189.91 216.23 -
System Red Green Blue C M Y K H S L
Decimal 214 6 200 0 0.97 0.07 0.16 304.04 0.95 0.43
Hex D6 6 C8 0 61 7 10 130 5F 2B
Octal 326 6 310 0 141 7 20 460 137 53
Binary 11010110 110 11001000 0 1100001 111 10000 100110000 1011111 101011

Color Harmonies of #D606C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606C8

Black with #D606C8

Text Example


Text Example

White with #D606C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606C8; }

 p { color: rgb(214,6,200); }

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

background-color css

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

 a { background-color: rgb(214,6,200); }

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

border-color css

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

 span { border-color: rgb(214,6,200); }

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