Html Css Color HEX #DD14DB Deep Magenta

📋 copy color: '#DD14DB'

red 221 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #DD14DB

Tints of Deep Magenta #DD14DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 48.04%
G = 4.35%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD14DB (or 0xDD14DB) is known color: Deep Magenta. HEX triplet: DD, 14 and DB. RGB value is (221,20,219). Sum of RGB (Red+Green+Blue) = 221+20+219=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14DB is #22EB24. Grayscale: #666666. Windows color (decimal): -2288421 or 14357725. OLE color: 14357725.

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

Color convert

RGB 221 20 219 -
CMYK 0 0.91 0.01 0.13
HSL 300.6º 0.83% 0.47% -
HSV(B) 300.6º 0.91% 0.87% -
XYZ 42.86 20.99 68.81 -
YUV 102.79 193.59 212.32 -
System Red Green Blue C M Y K H S L
Decimal 221 20 219 0 0.91 0.01 0.13 300.6 0.83 0.47
Hex DD 14 DB 0 5B 1 D 12D 53 2F
Octal 335 24 333 0 133 1 15 455 123 57
Binary 11011101 10100 11011011 0 1011011 1 1101 100101101 1010011 101111

Color Harmonies of #DD14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14DB

Black with #DD14DB

Text Example


Text Example

White with #DD14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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