Html Css Color HEX #DD02C9 Deep Magenta

📋 copy color: '#DD02C9'

red 221 ◦ green 2 ◦ blue 201

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

Shades of Deep Magenta #DD02C9

Tints of Deep Magenta #DD02C9

RGB

 RED value IS 221 (86.72% from 255) = 52.12%

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

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 52.12%
G = 0.47%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD02C9 (or 0xDD02C9) is known color: Deep Magenta. HEX triplet: DD, 02 and C9. RGB value is (221,2,201). Sum of RGB (Red+Green+Blue) = 221+2+201=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02C9 is #22FD36. Grayscale: #595959. Windows color (decimal): -2293047 or 13173469. OLE color: 13173469.

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

Color convert

RGB 221 2 201 -
CMYK 0 0.99 0.09 0.13
HSL 305.48º 0.98% 0.44% -
HSV(B) 305.48º 0.99% 0.87% -
XYZ 40.38 19.63 56.92 -
YUV 90.17 190.55 221.32 -
System Red Green Blue C M Y K H S L
Decimal 221 2 201 0 0.99 0.09 0.13 305.48 0.98 0.44
Hex DD 2 C9 0 63 9 D 131 62 2C
Octal 335 2 311 0 143 11 15 461 142 54
Binary 11011101 10 11001001 0 1100011 1001 1101 100110001 1100010 101100

Color Harmonies of #DD02C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02C9

Black with #DD02C9

Text Example


Text Example

White with #DD02C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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