Html Css Color HEX #DD1CCB Deep Magenta

📋 copy color: '#DD1CCB'

red 221 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #DD1CCB

Tints of Deep Magenta #DD1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.19%

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

R = 48.89%
G = 6.19%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD1CCB (or 0xDD1CCB) is known color: Deep Magenta. HEX triplet: DD, 1C and CB. RGB value is (221,28,203). Sum of RGB (Red+Green+Blue) = 221+28+203=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CCB is #22E334. Grayscale: #696969. Windows color (decimal): -2286389 or 13311197. OLE color: 13311197.

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

Color convert

RGB 221 28 203 -
CMYK 0 0.87 0.08 0.13
HSL 305.6º 0.78% 0.49% -
HSV(B) 305.6º 0.87% 0.87% -
XYZ 41.01 20.51 58.3 -
YUV 105.66 182.94 210.27 -
System Red Green Blue C M Y K H S L
Decimal 221 28 203 0 0.87 0.08 0.13 305.6 0.78 0.49
Hex DD 1C CB 0 57 8 D 132 4E 31
Octal 335 34 313 0 127 10 15 462 116 61
Binary 11011101 11100 11001011 0 1010111 1000 1101 100110010 1001110 110001

Color Harmonies of #DD1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CCB

Black with #DD1CCB

Text Example


Text Example

White with #DD1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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