Html Css Color HEX #DD00CA Deep Magenta

📋 copy color: '#DD00CA'

red 221 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #DD00CA

Tints of Deep Magenta #DD00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.25%
G = 0%
B = 47.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD00CA (or 0xDD00CA) is known color: Deep Magenta. HEX triplet: DD, 00 and CA. RGB value is (221,0,202). Sum of RGB (Red+Green+Blue) = 221+0+202=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00CA is #22FF35. Grayscale: #585858. Windows color (decimal): -2293558 or 13238493. OLE color: 13238493.

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

Color convert

RGB 221 0 202 -
CMYK 0 1 0.09 0.13
HSL 305.16º 1% 0.43% -
HSV(B) 305.16º 1% 0.87% -
XYZ 40.48 19.64 57.53 -
YUV 89.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 221 0 202 0 1 0.09 0.13 305.16 1 0.43
Hex DD 0 CA 0 64 9 D 131 64 2B
Octal 335 0 312 0 144 11 15 461 144 53
Binary 11011101 0 11001010 0 1100100 1001 1101 100110001 1100100 101011

Color Harmonies of #DD00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00CA

Black with #DD00CA

Text Example


Text Example

White with #DD00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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