Html Css Color HEX #DD00CB Deep Magenta

📋 copy color: '#DD00CB'

red 221 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #DD00CB

Tints of Deep Magenta #DD00CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.12%
G = 0%
B = 47.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD00CB (or 0xDD00CB) is known color: Deep Magenta. HEX triplet: DD, 00 and CB. RGB value is (221,0,203). Sum of RGB (Red+Green+Blue) = 221+0+203=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00CB is #22FF34. Grayscale: #585858. Windows color (decimal): -2293557 or 13304029. OLE color: 13304029.

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

Color convert

RGB 221 0 203 -
CMYK 0 1 0.08 0.13
HSL 304.89º 1% 0.43% -
HSV(B) 304.89º 1% 0.87% -
XYZ 40.6 19.68 58.16 -
YUV 89.22 192.22 221.99 -
System Red Green Blue C M Y K H S L
Decimal 221 0 203 0 1 0.08 0.13 304.89 1 0.43
Hex DD 0 CB 0 64 8 D 131 64 2B
Octal 335 0 313 0 144 10 15 461 144 53
Binary 11011101 0 11001011 0 1100100 1000 1101 100110001 1100100 101011

Color Harmonies of #DD00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00CB

Black with #DD00CB

Text Example


Text Example

White with #DD00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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