Html Css Color HEX #DD14C1 Deep Magenta

📋 copy color: '#DD14C1'

red 221 ◦ green 20 ◦ blue 193

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

Shades of Deep Magenta #DD14C1

Tints of Deep Magenta #DD14C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 50.92%
G = 4.61%
B = 44.47%

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

#DD14C1 (or 0xDD14C1) is known color: Deep Magenta. HEX triplet: DD, 14 and C1. RGB value is (221,20,193). Sum of RGB (Red+Green+Blue) = 221+20+193=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14C1 is #22EB3E. Grayscale: #636363. Windows color (decimal): -2288447 or 12653789. OLE color: 12653789.

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

Color convert

RGB 221 20 193 -
CMYK 0 0.91 0.13 0.13
HSL 308.36º 0.83% 0.47% -
HSV(B) 308.36º 0.91% 0.87% -
XYZ 39.69 19.72 52.17 -
YUV 99.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 221 20 193 0 0.91 0.13 0.13 308.36 0.83 0.47
Hex DD 14 C1 0 5B D D 134 53 2F
Octal 335 24 301 0 133 15 15 464 123 57
Binary 11011101 10100 11000001 0 1011011 1101 1101 100110100 1010011 101111

Color Harmonies of #DD14C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14C1

Black with #DD14C1

Text Example


Text Example

White with #DD14C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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