Html Css Color HEX #DD05CB Deep Magenta

📋 copy color: '#DD05CB'

red 221 ◦ green 5 ◦ blue 203

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

Shades of Deep Magenta #DD05CB

Tints of Deep Magenta #DD05CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 51.52%
G = 1.17%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD05CB (or 0xDD05CB) is known color: Deep Magenta. HEX triplet: DD, 05 and CB. RGB value is (221,5,203). Sum of RGB (Red+Green+Blue) = 221+5+203=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05CB is #22FA34. Grayscale: #5B5B5B. Windows color (decimal): -2292277 or 13305309. OLE color: 13305309.

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

Color convert

RGB 221 5 203 -
CMYK 0 0.98 0.08 0.13
HSL 305º 0.96% 0.44% -
HSV(B) 305º 0.98% 0.87% -
XYZ 40.65 19.79 58.18 -
YUV 92.16 190.56 219.9 -
System Red Green Blue C M Y K H S L
Decimal 221 5 203 0 0.98 0.08 0.13 305 0.96 0.44
Hex DD 5 CB 0 62 8 D 131 60 2C
Octal 335 5 313 0 142 10 15 461 140 54
Binary 11011101 101 11001011 0 1100010 1000 1101 100110001 1100000 101100

Color Harmonies of #DD05CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05CB

Black with #DD05CB

Text Example


Text Example

White with #DD05CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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