Html Css Color HEX #D001DD Deep Magenta

📋 copy color: '#D001DD'

red 208 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #D001DD

Tints of Deep Magenta #D001DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 48.37%
G = 0.23%
B = 51.4%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D001DD (or 0xD001DD) is known color: Deep Magenta. HEX triplet: D0, 01 and DD. RGB value is (208,1,221). Sum of RGB (Red+Green+Blue) = 208+1+221=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #D001DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001DD is #2FFE22. Grayscale: #575757. Windows color (decimal): -3145251 or 14483920. OLE color: 14483920.

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

Color convert

RGB 208 1 221 -
CMYK 0.06 1.00 0 0.13
HSL 296.45º 0.99% 0.44% -
HSV(B) 296.45º 1% 0.87% -
XYZ 39.07 18.65 69.95 -
YUV 87.97 203.08 213.61 -
System Red Green Blue C M Y K H S L
Decimal 208 1 221 0.06 1.00 0 0.13 296.45 0.99 0.44
Hex D0 1 DD 6 64 0 D 128 63 2C
Octal 320 1 335 6 144 0 15 450 143 54
Binary 11010000 1 11011101 110 1100100 0 1101 100101000 1100011 101100

Color Harmonies of #D001DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001DD

Black with #D001DD

Text Example


Text Example

White with #D001DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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