Html Css Color HEX #DD0BDD Deep Magenta

📋 copy color: '#DD0BDD'

red 221 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #DD0BDD

Tints of Deep Magenta #DD0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 48.79%
G = 2.43%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD0BDD (or 0xDD0BDD) is known color: Deep Magenta. HEX triplet: DD, 0B and DD. RGB value is (221,11,221). Sum of RGB (Red+Green+Blue) = 221+11+221=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BDD is #22F422. Grayscale: #616161. Windows color (decimal): -2290723 or 14486493. OLE color: 14486493.

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

Color convert

RGB 221 11 221 -
CMYK 0 0.95 0 0.13
HSL 300º 0.91% 0.45% -
HSV(B) 300º 0.95% 0.87% -
XYZ 42.99 20.83 70.16 -
YUV 97.73 197.57 215.92 -
System Red Green Blue C M Y K H S L
Decimal 221 11 221 0 0.95 0 0.13 300 0.91 0.45
Hex DD B DD 0 5F 0 D 12C 5B 2D
Octal 335 13 335 0 137 0 15 454 133 55
Binary 11011101 1011 11011101 0 1011111 0 1101 100101100 1011011 101101

Color Harmonies of #DD0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BDD

Black with #DD0BDD

Text Example


Text Example

White with #DD0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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