Html Css Color HEX #DD08CB Deep Magenta

📋 copy color: '#DD08CB'

red 221 ◦ green 8 ◦ blue 203

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

Shades of Deep Magenta #DD08CB

Tints of Deep Magenta #DD08CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 51.16%
G = 1.85%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD08CB (or 0xDD08CB) is known color: Deep Magenta. HEX triplet: DD, 08 and CB. RGB value is (221,8,203). Sum of RGB (Red+Green+Blue) = 221+8+203=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CB is #22F734. Grayscale: #5D5D5D. Windows color (decimal): -2291509 or 13306077. OLE color: 13306077.

HSL color Cylindrical-coordinate representation of color #DD08CB: hue angle of 305.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08CB is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 203 -
CMYK 0 0.96 0.08 0.13
HSL 305.07º 0.93% 0.45% -
HSV(B) 305.07º 0.96% 0.87% -
XYZ 40.69 19.86 58.19 -
YUV 93.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 221 8 203 0 0.96 0.08 0.13 305.07 0.93 0.45
Hex DD 8 CB 0 60 8 D 131 5D 2D
Octal 335 10 313 0 140 10 15 461 135 55
Binary 11011101 1000 11001011 0 1100000 1000 1101 100110001 1011101 101101

Color Harmonies of #DD08CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08CB

Black with #DD08CB

Text Example


Text Example

White with #DD08CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08CB; }

 p { color: rgb(221,8,203); }

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

background-color css

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

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

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

border-color css

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

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

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