Html Css Color HEX #DD0CCB Deep Magenta

📋 copy color: '#DD0CCB'

red 221 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #DD0CCB

Tints of Deep Magenta #DD0CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 50.69%
G = 2.75%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD0CCB (or 0xDD0CCB) is known color: Deep Magenta. HEX triplet: DD, 0C and CB. RGB value is (221,12,203). Sum of RGB (Red+Green+Blue) = 221+12+203=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CCB is #22F334. Grayscale: #5F5F5F. Windows color (decimal): -2290485 or 13307101. OLE color: 13307101.

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

Color convert

RGB 221 12 203 -
CMYK 0 0.95 0.08 0.13
HSL 305.17º 0.9% 0.46% -
HSV(B) 305.17º 0.95% 0.87% -
XYZ 40.73 19.95 58.2 -
YUV 96.27 188.24 216.97 -
System Red Green Blue C M Y K H S L
Decimal 221 12 203 0 0.95 0.08 0.13 305.17 0.9 0.46
Hex DD C CB 0 5F 8 D 131 5A 2E
Octal 335 14 313 0 137 10 15 461 132 56
Binary 11011101 1100 11001011 0 1011111 1000 1101 100110001 1011010 101110

Color Harmonies of #DD0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CCB

Black with #DD0CCB

Text Example


Text Example

White with #DD0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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