Html Css Color HEX #DD15CC Deep Magenta

📋 copy color: '#DD15CC'

red 221 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #DD15CC

Tints of Deep Magenta #DD15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.71%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 49.55%
G = 4.71%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD15CC (or 0xDD15CC) is known color: Deep Magenta. HEX triplet: DD, 15 and CC. RGB value is (221,21,204). Sum of RGB (Red+Green+Blue) = 221+21+204=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15CC is #22EA33. Grayscale: #656565. Windows color (decimal): -2288180 or 13374941. OLE color: 13374941.

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

Color convert

RGB 221 21 204 -
CMYK 0 0.90 0.08 0.13
HSL 305.1º 0.83% 0.47% -
HSV(B) 305.1º 0.9% 0.87% -
XYZ 40.99 20.27 58.88 -
YUV 101.66 185.76 213.12 -
System Red Green Blue C M Y K H S L
Decimal 221 21 204 0 0.90 0.08 0.13 305.1 0.83 0.47
Hex DD 15 CC 0 5A 8 D 131 53 2F
Octal 335 25 314 0 132 10 15 461 123 57
Binary 11011101 10101 11001100 0 1011010 1000 1101 100110001 1010011 101111

Color Harmonies of #DD15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15CC

Black with #DD15CC

Text Example


Text Example

White with #DD15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15CC; }

 p { color: rgb(221,21,204); }

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

background-color css

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

 a { background-color: rgb(221,21,204); }

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

border-color css

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

 span { border-color: rgb(221,21,204); }

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