Html Css Color HEX #DD0CC5 Deep Magenta

📋 copy color: '#DD0CC5'

red 221 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #DD0CC5

Tints of Deep Magenta #DD0CC5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.79%

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 51.4%
G = 2.79%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD0CC5 (or 0xDD0CC5) is known color: Deep Magenta. HEX triplet: DD, 0C and C5. RGB value is (221,12,197). Sum of RGB (Red+Green+Blue) = 221+12+197=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC5 is #22F33A. Grayscale: #5F5F5F. Windows color (decimal): -2290491 or 12913885. OLE color: 12913885.

HSL color Cylindrical-coordinate representation of color #DD0CC5: hue angle of 306.89º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 197 -
CMYK 0 0.95 0.11 0.13
HSL 306.89º 0.9% 0.46% -
HSV(B) 306.89º 0.95% 0.87% -
XYZ 40.03 19.67 54.51 -
YUV 95.58 185.24 217.46 -
System Red Green Blue C M Y K H S L
Decimal 221 12 197 0 0.95 0.11 0.13 306.89 0.9 0.46
Hex DD C C5 0 5F B D 133 5A 2E
Octal 335 14 305 0 137 13 15 463 132 56
Binary 11011101 1100 11000101 0 1011111 1011 1101 100110011 1011010 101110

Color Harmonies of #DD0CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CC5

Black with #DD0CC5

Text Example


Text Example

White with #DD0CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CC5; }

 p { color: rgb(221,12,197); }

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

background-color css

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

 a { background-color: rgb(221,12,197); }

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

border-color css

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

 span { border-color: rgb(221,12,197); }

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