Html Css Color HEX #DD14DA Deep Magenta

📋 copy color: '#DD14DA'

red 221 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #DD14DA

Tints of Deep Magenta #DD14DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 48.15%
G = 4.36%
B = 47.49%

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

#DD14DA (or 0xDD14DA) is known color: Deep Magenta. HEX triplet: DD, 14 and DA. RGB value is (221,20,218). Sum of RGB (Red+Green+Blue) = 221+20+218=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14DA is #22EB25. Grayscale: #666666. Windows color (decimal): -2288422 or 14292189. OLE color: 14292189.

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

Color convert

RGB 221 20 218 -
CMYK 0 0.91 0.01 0.13
HSL 300.9º 0.83% 0.47% -
HSV(B) 300.9º 0.91% 0.87% -
XYZ 42.72 20.93 68.12 -
YUV 102.67 193.09 212.4 -
System Red Green Blue C M Y K H S L
Decimal 221 20 218 0 0.91 0.01 0.13 300.9 0.83 0.47
Hex DD 14 DA 0 5B 1 D 12D 53 2F
Octal 335 24 332 0 133 1 15 455 123 57
Binary 11011101 10100 11011010 0 1011011 1 1101 100101101 1010011 101111

Color Harmonies of #DD14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14DA

Black with #DD14DA

Text Example


Text Example

White with #DD14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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