Html Css Color HEX #DD0CCD Deep Magenta

📋 copy color: '#DD0CCD'

red 221 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #DD0CCD

Tints of Deep Magenta #DD0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 50.46%
G = 2.74%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD0CCD (or 0xDD0CCD) is known color: Deep Magenta. HEX triplet: DD, 0C and CD. RGB value is (221,12,205). Sum of RGB (Red+Green+Blue) = 221+12+205=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CCD is #22F332. Grayscale: #5F5F5F. Windows color (decimal): -2290483 or 13438173. OLE color: 13438173.

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

Color convert

RGB 221 12 205 -
CMYK 0 0.95 0.07 0.13
HSL 304.59º 0.9% 0.46% -
HSV(B) 304.59º 0.95% 0.87% -
XYZ 40.97 20.04 59.47 -
YUV 96.49 189.24 216.81 -
System Red Green Blue C M Y K H S L
Decimal 221 12 205 0 0.95 0.07 0.13 304.59 0.9 0.46
Hex DD C CD 0 5F 7 D 131 5A 2E
Octal 335 14 315 0 137 7 15 461 132 56
Binary 11011101 1100 11001101 0 1011111 111 1101 100110001 1011010 101110

Color Harmonies of #DD0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CCD

Black with #DD0CCD

Text Example


Text Example

White with #DD0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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