Html Css Color HEX #DD14CE Deep Magenta

📋 copy color: '#DD14CE'

red 221 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #DD14CE

Tints of Deep Magenta #DD14CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 49.44%
G = 4.47%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD14CE (or 0xDD14CE) is known color: Deep Magenta. HEX triplet: DD, 14 and CE. RGB value is (221,20,206). Sum of RGB (Red+Green+Blue) = 221+20+206=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14CE is #22EB31. Grayscale: #646464. Windows color (decimal): -2288434 or 13505757. OLE color: 13505757.

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

Color convert

RGB 221 20 206 -
CMYK 0 0.91 0.07 0.13
HSL 304.48º 0.83% 0.47% -
HSV(B) 304.48º 0.91% 0.87% -
XYZ 41.21 20.33 60.14 -
YUV 101.3 187.09 213.38 -
System Red Green Blue C M Y K H S L
Decimal 221 20 206 0 0.91 0.07 0.13 304.48 0.83 0.47
Hex DD 14 CE 0 5B 7 D 130 53 2F
Octal 335 24 316 0 133 7 15 460 123 57
Binary 11011101 10100 11001110 0 1011011 111 1101 100110000 1010011 101111

Color Harmonies of #DD14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14CE

Black with #DD14CE

Text Example


Text Example

White with #DD14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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