Html Css Color HEX #DD15DC Deep Magenta

📋 copy color: '#DD15DC'

red 221 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #DD15DC

Tints of Deep Magenta #DD15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 47.84%
G = 4.55%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD15DC (or 0xDD15DC) is known color: Deep Magenta. HEX triplet: DD, 15 and DC. RGB value is (221,21,220). Sum of RGB (Red+Green+Blue) = 221+21+220=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15DC is #22EA23. Grayscale: #666666. Windows color (decimal): -2288164 or 14423517. OLE color: 14423517.

HSL color Cylindrical-coordinate representation of color #DD15DC: hue angle of 300.3º 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 #DD15DC is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 220 -
CMYK 0 0.90 0.00 0.13
HSL 300.3º 0.83% 0.47% -
HSV(B) 300.3º 0.9% 0.87% -
XYZ 43.01 21.08 69.51 -
YUV 103.49 193.76 211.82 -
System Red Green Blue C M Y K H S L
Decimal 221 21 220 0 0.90 0.00 0.13 300.3 0.83 0.47
Hex DD 15 DC 0 5A 0 D 12C 53 2F
Octal 335 25 334 0 132 0 15 454 123 57
Binary 11011101 10101 11011100 0 1011010 0 1101 100101100 1010011 101111

Color Harmonies of #DD15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15DC

Black with #DD15DC

Text Example


Text Example

White with #DD15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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