Html Css Color HEX #DD0CDB Deep Magenta

📋 copy color: '#DD0CDB'

red 221 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #DD0CDB

Tints of Deep Magenta #DD0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 48.89%
G = 2.65%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD0CDB (or 0xDD0CDB) is known color: Deep Magenta. HEX triplet: DD, 0C and DB. RGB value is (221,12,219). Sum of RGB (Red+Green+Blue) = 221+12+219=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CDB is #22F324. Grayscale: #616161. Windows color (decimal): -2290469 or 14355677. OLE color: 14355677.

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

Color convert

RGB 221 12 219 -
CMYK 0 0.95 0.01 0.13
HSL 300.57º 0.9% 0.46% -
HSV(B) 300.57º 0.95% 0.87% -
XYZ 42.74 20.75 68.77 -
YUV 98.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 221 12 219 0 0.95 0.01 0.13 300.57 0.9 0.46
Hex DD C DB 0 5F 1 D 12D 5A 2E
Octal 335 14 333 0 137 1 15 455 132 56
Binary 11011101 1100 11011011 0 1011111 1 1101 100101101 1011010 101110

Color Harmonies of #DD0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CDB

Black with #DD0CDB

Text Example


Text Example

White with #DD0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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