Html Css Color HEX #DD01CB Deep Magenta

📋 copy color: '#DD01CB'

red 221 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #DD01CB

Tints of Deep Magenta #DD01CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 52%
G = 0.24%
B = 47.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD01CB (or 0xDD01CB) is known color: Deep Magenta. HEX triplet: DD, 01 and CB. RGB value is (221,1,203). Sum of RGB (Red+Green+Blue) = 221+1+203=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01CB is #22FE34. Grayscale: #595959. Windows color (decimal): -2293301 or 13304285. OLE color: 13304285.

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

Color convert

RGB 221 1 203 -
CMYK 0 1.00 0.08 0.13
HSL 304.91º 0.99% 0.44% -
HSV(B) 304.91º 1% 0.87% -
XYZ 40.61 19.71 58.16 -
YUV 89.81 191.89 221.57 -
System Red Green Blue C M Y K H S L
Decimal 221 1 203 0 1.00 0.08 0.13 304.91 0.99 0.44
Hex DD 1 CB 0 64 8 D 131 63 2C
Octal 335 1 313 0 144 10 15 461 143 54
Binary 11011101 1 11001011 0 1100100 1000 1101 100110001 1100011 101100

Color Harmonies of #DD01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01CB

Black with #DD01CB

Text Example


Text Example

White with #DD01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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