Html Css Color HEX #D006DB Deep Magenta

📋 copy color: '#D006DB'

red 208 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #D006DB

Tints of Deep Magenta #D006DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 48.04%
G = 1.39%
B = 50.58%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D006DB (or 0xD006DB) is known color: Deep Magenta. HEX triplet: D0, 06 and DB. RGB value is (208,6,219). Sum of RGB (Red+Green+Blue) = 208+6+219=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #D006DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006DB is #2FF924. Grayscale: #5A5A5A. Windows color (decimal): -3143973 or 14354128. OLE color: 14354128.

HSL color Cylindrical-coordinate representation of color #D006DB: hue angle of 296.9º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006DB is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 6 219 -
CMYK 0.05 0.97 0 0.14
HSL 296.9º 0.95% 0.44% -
HSV(B) 296.9º 0.97% 0.86% -
XYZ 38.86 18.65 68.57 -
YUV 90.68 200.42 211.68 -
System Red Green Blue C M Y K H S L
Decimal 208 6 219 0.05 0.97 0 0.14 296.9 0.95 0.44
Hex D0 6 DB 5 61 0 E 129 5F 2C
Octal 320 6 333 5 141 0 16 451 137 54
Binary 11010000 110 11011011 101 1100001 0 1110 100101001 1011111 101100

Color Harmonies of #D006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006DB

Black with #D006DB

Text Example


Text Example

White with #D006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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