Html Css Color HEX #DD14CB Deep Magenta

📋 copy color: '#DD14CB'

red 221 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #DD14CB

Tints of Deep Magenta #DD14CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 49.77%
G = 4.5%
B = 45.72%

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

#DD14CB (or 0xDD14CB) is known color: Deep Magenta. HEX triplet: DD, 14 and CB. RGB value is (221,20,203). Sum of RGB (Red+Green+Blue) = 221+20+203=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14CB is #22EB34. Grayscale: #646464. Windows color (decimal): -2288437 or 13309149. OLE color: 13309149.

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

Color convert

RGB 221 20 203 -
CMYK 0 0.91 0.08 0.13
HSL 305.37º 0.83% 0.47% -
HSV(B) 305.37º 0.91% 0.87% -
XYZ 40.85 20.18 58.24 -
YUV 100.96 185.59 213.62 -
System Red Green Blue C M Y K H S L
Decimal 221 20 203 0 0.91 0.08 0.13 305.37 0.83 0.47
Hex DD 14 CB 0 5B 8 D 131 53 2F
Octal 335 24 313 0 133 10 15 461 123 57
Binary 11011101 10100 11001011 0 1011011 1000 1101 100110001 1010011 101111

Color Harmonies of #DD14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14CB

Black with #DD14CB

Text Example


Text Example

White with #DD14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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