Html Css Color HEX #DD14D7 Deep Magenta

📋 copy color: '#DD14D7'

red 221 ◦ green 20 ◦ blue 215

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

Shades of Deep Magenta #DD14D7

Tints of Deep Magenta #DD14D7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.39%

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 48.46%
G = 4.39%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD14D7 (or 0xDD14D7) is known color: Deep Magenta. HEX triplet: DD, 14 and D7. RGB value is (221,20,215). Sum of RGB (Red+Green+Blue) = 221+20+215=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14D7 is #22EB28. Grayscale: #656565. Windows color (decimal): -2288425 or 14095581. OLE color: 14095581.

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

Color convert

RGB 221 20 215 -
CMYK 0 0.91 0.03 0.13
HSL 301.79º 0.83% 0.47% -
HSV(B) 301.79º 0.91% 0.87% -
XYZ 42.33 20.78 66.07 -
YUV 102.33 191.59 212.64 -
System Red Green Blue C M Y K H S L
Decimal 221 20 215 0 0.91 0.03 0.13 301.79 0.83 0.47
Hex DD 14 D7 0 5B 3 D 12E 53 2F
Octal 335 24 327 0 133 3 15 456 123 57
Binary 11011101 10100 11010111 0 1011011 11 1101 100101110 1010011 101111

Color Harmonies of #DD14D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14D7

Black with #DD14D7

Text Example


Text Example

White with #DD14D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14D7; }

 p { color: rgb(221,20,215); }

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

background-color css

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

 a { background-color: rgb(221,20,215); }

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

border-color css

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

 span { border-color: rgb(221,20,215); }

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