Html Css Color HEX #D608DC Deep Magenta

📋 copy color: '#D608DC'

red 214 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #D608DC

Tints of Deep Magenta #D608DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 48.42%
G = 1.81%
B = 49.77%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D608DC (or 0xD608DC) is known color: Deep Magenta. HEX triplet: D6, 08 and DC. RGB value is (214,8,220). Sum of RGB (Red+Green+Blue) = 214+8+220=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #D608DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608DC is #29F723. Grayscale: #5D5D5D. Windows color (decimal): -2750244 or 14420182. OLE color: 14420182.

HSL color Cylindrical-coordinate representation of color #D608DC: hue angle of 298.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D608DC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 8 220 -
CMYK 0.03 0.96 0 0.14
HSL 298.3º 0.93% 0.45% -
HSV(B) 298.3º 0.96% 0.86% -
XYZ 40.74 19.64 69.35 -
YUV 93.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 214 8 220 0.03 0.96 0 0.14 298.3 0.93 0.45
Hex D6 8 DC 3 60 0 E 12A 5D 2D
Octal 326 10 334 3 140 0 16 452 135 55
Binary 11010110 1000 11011100 11 1100000 0 1110 100101010 1011101 101101

Color Harmonies of #D608DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608DC

Black with #D608DC

Text Example


Text Example

White with #D608DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608DC; }

 p { color: rgb(214,8,220); }

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

background-color css

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

 a { background-color: rgb(214,8,220); }

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

border-color css

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

 span { border-color: rgb(214,8,220); }

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