Html Css Color HEX #DD04CA Deep Magenta

📋 copy color: '#DD04CA'

red 221 ◦ green 4 ◦ blue 202

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

Shades of Deep Magenta #DD04CA

Tints of Deep Magenta #DD04CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 51.76%
G = 0.94%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD04CA (or 0xDD04CA) is known color: Deep Magenta. HEX triplet: DD, 04 and CA. RGB value is (221,4,202). Sum of RGB (Red+Green+Blue) = 221+4+202=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04CA is #22FB35. Grayscale: #5A5A5A. Windows color (decimal): -2292534 or 13239517. OLE color: 13239517.

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

Color convert

RGB 221 4 202 -
CMYK 0 0.98 0.09 0.13
HSL 305.25º 0.96% 0.44% -
HSV(B) 305.25º 0.98% 0.87% -
XYZ 40.52 19.72 57.55 -
YUV 91.46 190.39 220.4 -
System Red Green Blue C M Y K H S L
Decimal 221 4 202 0 0.98 0.09 0.13 305.25 0.96 0.44
Hex DD 4 CA 0 62 9 D 131 60 2C
Octal 335 4 312 0 142 11 15 461 140 54
Binary 11011101 100 11001010 0 1100010 1001 1101 100110001 1100000 101100

Color Harmonies of #DD04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04CA

Black with #DD04CA

Text Example


Text Example

White with #DD04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04CA; }

 p { color: rgb(221,4,202); }

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

background-color css

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

 a { background-color: rgb(221,4,202); }

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

border-color css

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

 span { border-color: rgb(221,4,202); }

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