Html Css Color HEX #DD14CC Deep Magenta

📋 copy color: '#DD14CC'

red 221 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #DD14CC

Tints of Deep Magenta #DD14CC

RGB

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

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

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

R = 49.66%
G = 4.49%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD14CC (or 0xDD14CC) is known color: Deep Magenta. HEX triplet: DD, 14 and CC. RGB value is (221,20,204). Sum of RGB (Red+Green+Blue) = 221+20+204=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14CC is #22EB33. Grayscale: #646464. Windows color (decimal): -2288436 or 13374685. OLE color: 13374685.

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

Color convert

RGB 221 20 204 -
CMYK 0 0.91 0.08 0.13
HSL 305.07º 0.83% 0.47% -
HSV(B) 305.07º 0.91% 0.87% -
XYZ 40.97 20.23 58.87 -
YUV 101.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 221 20 204 0 0.91 0.08 0.13 305.07 0.83 0.47
Hex DD 14 CC 0 5B 8 D 131 53 2F
Octal 335 24 314 0 133 10 15 461 123 57
Binary 11011101 10100 11001100 0 1011011 1000 1101 100110001 1010011 101111

Color Harmonies of #DD14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14CC

Black with #DD14CC

Text Example


Text Example

White with #DD14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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