Html Css Color HEX #D006DD Deep Magenta

📋 copy color: '#D006DD'

red 208 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #D006DD

Tints of Deep Magenta #D006DD

RGB

 RED value IS 208 (81.64% from 255) = 47.82%

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

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

R = 47.82%
G = 1.38%
B = 50.8%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D006DD (or 0xD006DD) is known color: Deep Magenta. HEX triplet: D0, 06 and DD. RGB value is (208,6,221). Sum of RGB (Red+Green+Blue) = 208+6+221=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 6 (2.73% from 255 or 1.38% 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 #D006DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006DD is #2FF922. Grayscale: #5A5A5A. Windows color (decimal): -3143971 or 14485200. OLE color: 14485200.

HSL color Cylindrical-coordinate representation of color #D006DD: hue angle of 296.37º 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 #D006DD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 6 221 -
CMYK 0.06 0.97 0 0.13
HSL 296.37º 0.95% 0.45% -
HSV(B) 296.37º 0.97% 0.87% -
XYZ 39.13 18.76 69.97 -
YUV 90.91 201.42 211.52 -
System Red Green Blue C M Y K H S L
Decimal 208 6 221 0.06 0.97 0 0.13 296.37 0.95 0.45
Hex D0 6 DD 6 61 0 D 128 5F 2D
Octal 320 6 335 6 141 0 15 450 137 55
Binary 11010000 110 11011101 110 1100001 0 1101 100101000 1011111 101101

Color Harmonies of #D006DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006DD

Black with #D006DD

Text Example


Text Example

White with #D006DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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