Html Css Color HEX #D002DD Deep Magenta

📋 copy color: '#D002DD'

red 208 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #D002DD

Tints of Deep Magenta #D002DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 48.26%
G = 0.46%
B = 51.28%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D002DD (or 0xD002DD) is known color: Deep Magenta. HEX triplet: D0, 02 and DD. RGB value is (208,2,221). Sum of RGB (Red+Green+Blue) = 208+2+221=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #D002DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002DD is #2FFD22. Grayscale: #575757. Windows color (decimal): -3144995 or 14484176. OLE color: 14484176.

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

Color convert

RGB 208 2 221 -
CMYK 0.06 0.99 0 0.13
HSL 296.44º 0.98% 0.44% -
HSV(B) 296.44º 0.99% 0.87% -
XYZ 39.09 18.67 69.95 -
YUV 88.56 202.75 213.19 -
System Red Green Blue C M Y K H S L
Decimal 208 2 221 0.06 0.99 0 0.13 296.44 0.98 0.44
Hex D0 2 DD 6 63 0 D 128 62 2C
Octal 320 2 335 6 143 0 15 450 142 54
Binary 11010000 10 11011101 110 1100011 0 1101 100101000 1100010 101100

Color Harmonies of #D002DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002DD

Black with #D002DD

Text Example


Text Example

White with #D002DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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