Html Css Color HEX #DD14DE Deep Magenta

📋 copy color: '#DD14DE'

red 221 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #DD14DE

Tints of Deep Magenta #DD14DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 47.73%
G = 4.32%
B = 47.95%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD14DE (or 0xDD14DE) is known color: Deep Magenta. HEX triplet: DD, 14 and DE. RGB value is (221,20,222). Sum of RGB (Red+Green+Blue) = 221+20+222=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD14DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14DE is #22EB21. Grayscale: #666666. Windows color (decimal): -2288418 or 14554333. OLE color: 14554333.

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

Color convert

RGB 221 20 222 -
CMYK 0.00 0.91 0 0.13
HSL 299.7º 0.83% 0.47% -
HSV(B) 299.7º 0.91% 0.87% -
XYZ 43.25 21.15 70.91 -
YUV 103.13 195.09 212.07 -
System Red Green Blue C M Y K H S L
Decimal 221 20 222 0.00 0.91 0 0.13 299.7 0.83 0.47
Hex DD 14 DE 0 5B 0 D 12C 53 2F
Octal 335 24 336 0 133 0 15 454 123 57
Binary 11011101 10100 11011110 0 1011011 0 1101 100101100 1010011 101111

Color Harmonies of #DD14DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14DE

Black with #DD14DE

Text Example


Text Example

White with #DD14DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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