Html Css Color HEX #DD1487 Medium Violet Red

📋 copy color: '#DD1487'

red 221 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #DD1487

Tints of Medium Violet Red #DD1487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 58.78%
G = 5.32%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD1487 (or 0xDD1487) is known color: Medium Violet Red. HEX triplet: DD, 14 and 87. RGB value is (221,20,135). Sum of RGB (Red+Green+Blue) = 221+20+135=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1487 is #22EB78. Grayscale: #5C5C5C. Windows color (decimal): -2288505 or 8852701. OLE color: 8852701.

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

Color convert

RGB 221 20 135 -
CMYK 0 0.91 0.39 0.13
HSL 325.67º 0.83% 0.47% -
HSV(B) 325.67º 0.91% 0.87% -
XYZ 34.44 17.62 24.51 -
YUV 93.21 151.59 219.15 -
System Red Green Blue C M Y K H S L
Decimal 221 20 135 0 0.91 0.39 0.13 325.67 0.83 0.47
Hex DD 14 87 0 5B 27 D 146 53 2F
Octal 335 24 207 0 133 47 15 506 123 57
Binary 11011101 10100 10000111 0 1011011 100111 1101 101000110 1010011 101111

Color Harmonies of #DD1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1487

Black with #DD1487

Text Example


Text Example

White with #DD1487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1487; }

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

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

background-color css

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

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

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

border-color css

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

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

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