Html Css Color HEX #DD0BCA Deep Magenta

📋 copy color: '#DD0BCA'

red 221 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #DD0BCA

Tints of Deep Magenta #DD0BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 50.92%
G = 2.53%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD0BCA (or 0xDD0BCA) is known color: Deep Magenta. HEX triplet: DD, 0B and CA. RGB value is (221,11,202). Sum of RGB (Red+Green+Blue) = 221+11+202=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BCA is #22F435. Grayscale: #5F5F5F. Windows color (decimal): -2290742 or 13241309. OLE color: 13241309.

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

Color convert

RGB 221 11 202 -
CMYK 0 0.95 0.09 0.13
HSL 305.43º 0.91% 0.45% -
HSV(B) 305.43º 0.95% 0.87% -
XYZ 40.6 19.88 57.57 -
YUV 95.56 188.07 217.47 -
System Red Green Blue C M Y K H S L
Decimal 221 11 202 0 0.95 0.09 0.13 305.43 0.91 0.45
Hex DD B CA 0 5F 9 D 131 5B 2D
Octal 335 13 312 0 137 11 15 461 133 55
Binary 11011101 1011 11001010 0 1011111 1001 1101 100110001 1011011 101101

Color Harmonies of #DD0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BCA

Black with #DD0BCA

Text Example


Text Example

White with #DD0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BCA; }

 p { color: rgb(221,11,202); }

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

background-color css

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

 a { background-color: rgb(221,11,202); }

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

border-color css

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

 span { border-color: rgb(221,11,202); }

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