Html Css Color HEX #D606DD Deep Magenta

📋 copy color: '#D606DD'

red 214 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #D606DD

Tints of Deep Magenta #D606DD

RGB

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

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

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

R = 48.53%
G = 1.36%
B = 50.11%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D606DD (or 0xD606DD) is known color: Deep Magenta. HEX triplet: D6, 06 and DD. RGB value is (214,6,221). Sum of RGB (Red+Green+Blue) = 214+6+221=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #D606DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606DD is #29F922. Grayscale: #5C5C5C. Windows color (decimal): -2750755 or 14485206. OLE color: 14485206.

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

Color convert

RGB 214 6 221 -
CMYK 0.03 0.97 0 0.13
HSL 298.05º 0.95% 0.45% -
HSV(B) 298.05º 0.97% 0.87% -
XYZ 40.85 19.65 70.05 -
YUV 92.7 200.41 214.52 -
System Red Green Blue C M Y K H S L
Decimal 214 6 221 0.03 0.97 0 0.13 298.05 0.95 0.45
Hex D6 6 DD 3 61 0 D 12A 5F 2D
Octal 326 6 335 3 141 0 15 452 137 55
Binary 11010110 110 11011101 11 1100001 0 1101 100101010 1011111 101101

Color Harmonies of #D606DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606DD

Black with #D606DD

Text Example


Text Example

White with #D606DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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