Html Css Color HEX #DD0CBC Deep Magenta

📋 copy color: '#DD0CBC'

red 221 ◦ green 12 ◦ blue 188

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

Shades of Deep Magenta #DD0CBC

Tints of Deep Magenta #DD0CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 52.49%
G = 2.85%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD0CBC (or 0xDD0CBC) is known color: Deep Magenta. HEX triplet: DD, 0C and BC. RGB value is (221,12,188). Sum of RGB (Red+Green+Blue) = 221+12+188=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CBC is #22F343. Grayscale: #5E5E5E. Windows color (decimal): -2290500 or 12324061. OLE color: 12324061.

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

Color convert

RGB 221 12 188 -
CMYK 0 0.95 0.15 0.13
HSL 309.47º 0.9% 0.46% -
HSV(B) 309.47º 0.95% 0.87% -
XYZ 39.03 19.27 49.24 -
YUV 94.56 180.74 218.19 -
System Red Green Blue C M Y K H S L
Decimal 221 12 188 0 0.95 0.15 0.13 309.47 0.9 0.46
Hex DD C BC 0 5F F D 135 5A 2E
Octal 335 14 274 0 137 17 15 465 132 56
Binary 11011101 1100 10111100 0 1011111 1111 1101 100110101 1011010 101110

Color Harmonies of #DD0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CBC

Black with #DD0CBC

Text Example


Text Example

White with #DD0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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