Html Css Color HEX #DD0CB9 Deep Magenta

📋 copy color: '#DD0CB9'

red 221 ◦ green 12 ◦ blue 185

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

Shades of Deep Magenta #DD0CB9

Tints of Deep Magenta #DD0CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 52.87%
G = 2.87%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD0CB9 (or 0xDD0CB9) is known color: Deep Magenta. HEX triplet: DD, 0C and B9. RGB value is (221,12,185). Sum of RGB (Red+Green+Blue) = 221+12+185=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CB9 is #22F346. Grayscale: #5D5D5D. Windows color (decimal): -2290503 or 12127453. OLE color: 12127453.

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

Color convert

RGB 221 12 185 -
CMYK 0 0.95 0.16 0.13
HSL 310.33º 0.9% 0.46% -
HSV(B) 310.33º 0.95% 0.87% -
XYZ 38.71 19.14 47.55 -
YUV 94.21 179.24 218.43 -
System Red Green Blue C M Y K H S L
Decimal 221 12 185 0 0.95 0.16 0.13 310.33 0.9 0.46
Hex DD C B9 0 5F 10 D 136 5A 2E
Octal 335 14 271 0 137 20 15 466 132 56
Binary 11011101 1100 10111001 0 1011111 10000 1101 100110110 1011010 101110

Color Harmonies of #DD0CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CB9

Black with #DD0CB9

Text Example


Text Example

White with #DD0CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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