Html Css Color HEX #DD12CC Deep Magenta

📋 copy color: '#DD12CC'

red 221 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #DD12CC

Tints of Deep Magenta #DD12CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 49.89%
G = 4.06%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD12CC (or 0xDD12CC) is known color: Deep Magenta. HEX triplet: DD, 12 and CC. RGB value is (221,18,204). Sum of RGB (Red+Green+Blue) = 221+18+204=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12CC is #22ED33. Grayscale: #636363. Windows color (decimal): -2288948 or 13374173. OLE color: 13374173.

HSL color Cylindrical-coordinate representation of color #DD12CC: hue angle of 305.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12CC is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 204 -
CMYK 0 0.92 0.08 0.13
HSL 305.02º 0.85% 0.47% -
HSV(B) 305.02º 0.92% 0.87% -
XYZ 40.93 20.16 58.86 -
YUV 99.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 221 18 204 0 0.92 0.08 0.13 305.02 0.85 0.47
Hex DD 12 CC 0 5C 8 D 131 55 2F
Octal 335 22 314 0 134 10 15 461 125 57
Binary 11011101 10010 11001100 0 1011100 1000 1101 100110001 1010101 101111

Color Harmonies of #DD12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12CC

Black with #DD12CC

Text Example


Text Example

White with #DD12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12CC; }

 p { color: rgb(221,18,204); }

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

background-color css

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

 a { background-color: rgb(221,18,204); }

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

border-color css

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

 span { border-color: rgb(221,18,204); }

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