Html Css Color HEX #D600DD Deep Magenta

📋 copy color: '#D600DD'

red 214 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #D600DD

Tints of Deep Magenta #D600DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 49.2%
G = 0%
B = 50.8%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D600DD (or 0xD600DD) is known color: Deep Magenta. HEX triplet: D6, 00 and DD. RGB value is (214,0,221). Sum of RGB (Red+Green+Blue) = 214+0+221=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #D600DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600DD is #29FF22. Grayscale: #585858. Windows color (decimal): -2752291 or 14483670. OLE color: 14483670.

HSL color Cylindrical-coordinate representation of color #D600DD: hue angle of 298.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600DD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 0 221 -
CMYK 0.03 1 0 0.13
HSL 298.1º 1% 0.43% -
HSV(B) 298.1º 1% 0.87% -
XYZ 40.78 19.52 70.02 -
YUV 89.18 202.4 217.03 -
System Red Green Blue C M Y K H S L
Decimal 214 0 221 0.03 1 0 0.13 298.1 1 0.43
Hex D6 0 DD 3 64 0 D 12A 64 2B
Octal 326 0 335 3 144 0 15 452 144 53
Binary 11010110 0 11011101 11 1100100 0 1101 100101010 1100100 101011

Color Harmonies of #D600DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600DD

Black with #D600DD

Text Example


Text Example

White with #D600DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600DD; }

 p { color: rgb(214,0,221); }

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

background-color css

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

 a { background-color: rgb(214,0,221); }

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

border-color css

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

 span { border-color: rgb(214,0,221); }

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