Html Css Color HEX #DD1A87 Medium Violet Red

📋 copy color: '#DD1A87'

red 221 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #DD1A87

Tints of Medium Violet Red #DD1A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

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

R = 57.85%
G = 6.81%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD1A87 (or 0xDD1A87) is known color: Medium Violet Red. HEX triplet: DD, 1A and 87. RGB value is (221,26,135). Sum of RGB (Red+Green+Blue) = 221+26+135=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1A87 is #22E578. Grayscale: #606060. Windows color (decimal): -2286969 or 8854237. OLE color: 8854237.

HSL color Cylindrical-coordinate representation of color #DD1A87: hue angle of 326.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A87 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 135 -
CMYK 0 0.88 0.39 0.13
HSL 326.46º 0.79% 0.48% -
HSV(B) 326.46º 0.88% 0.87% -
XYZ 34.56 17.86 24.55 -
YUV 96.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 221 26 135 0 0.88 0.39 0.13 326.46 0.79 0.48
Hex DD 1A 87 0 58 27 D 146 4F 30
Octal 335 32 207 0 130 47 15 506 117 60
Binary 11011101 11010 10000111 0 1011000 100111 1101 101000110 1001111 110000

Color Harmonies of #DD1A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A87

Black with #DD1A87

Text Example


Text Example

White with #DD1A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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