Html Css Color HEX #DD14C0 Deep Magenta

📋 copy color: '#DD14C0'

red 221 ◦ green 20 ◦ blue 192

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

Shades of Deep Magenta #DD14C0

Tints of Deep Magenta #DD14C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 51.04%
G = 4.62%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD14C0 (or 0xDD14C0) is known color: Deep Magenta. HEX triplet: DD, 14 and C0. RGB value is (221,20,192). Sum of RGB (Red+Green+Blue) = 221+20+192=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14C0 is #22EB3F. Grayscale: #636363. Windows color (decimal): -2288448 or 12588253. OLE color: 12588253.

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

Color convert

RGB 221 20 192 -
CMYK 0 0.91 0.13 0.13
HSL 308.66º 0.83% 0.47% -
HSV(B) 308.66º 0.91% 0.87% -
XYZ 39.58 19.68 51.58 -
YUV 99.71 180.09 214.51 -
System Red Green Blue C M Y K H S L
Decimal 221 20 192 0 0.91 0.13 0.13 308.66 0.83 0.47
Hex DD 14 C0 0 5B D D 135 53 2F
Octal 335 24 300 0 133 15 15 465 123 57
Binary 11011101 10100 11000000 0 1011011 1101 1101 100110101 1010011 101111

Color Harmonies of #DD14C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14C0

Black with #DD14C0

Text Example


Text Example

White with #DD14C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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