Html Css Color HEX #DD0ACB Deep Magenta

📋 copy color: '#DD0ACB'

red 221 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #DD0ACB

Tints of Deep Magenta #DD0ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

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

R = 50.92%
G = 2.3%
B = 46.77%

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

#DD0ACB (or 0xDD0ACB) is known color: Deep Magenta. HEX triplet: DD, 0A and CB. RGB value is (221,10,203). Sum of RGB (Red+Green+Blue) = 221+10+203=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ACB is #22F534. Grayscale: #5E5E5E. Windows color (decimal): -2290997 or 13306589. OLE color: 13306589.

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

Color convert

RGB 221 10 203 -
CMYK 0 0.95 0.08 0.13
HSL 305.12º 0.91% 0.45% -
HSV(B) 305.12º 0.95% 0.87% -
XYZ 40.71 19.9 58.2 -
YUV 95.09 188.9 217.81 -
System Red Green Blue C M Y K H S L
Decimal 221 10 203 0 0.95 0.08 0.13 305.12 0.91 0.45
Hex DD A CB 0 5F 8 D 131 5B 2D
Octal 335 12 313 0 137 10 15 461 133 55
Binary 11011101 1010 11001011 0 1011111 1000 1101 100110001 1011011 101101

Color Harmonies of #DD0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ACB

Black with #DD0ACB

Text Example


Text Example

White with #DD0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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