Html Css Color HEX #DD1795 Medium Violet Red

📋 copy color: '#DD1795'

red 221 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #DD1795

Tints of Medium Violet Red #DD1795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 56.23%
G = 5.85%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD1795 (or 0xDD1795) is known color: Medium Violet Red. HEX triplet: DD, 17 and 95. RGB value is (221,23,149). Sum of RGB (Red+Green+Blue) = 221+23+149=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1795 is #22E86A. Grayscale: #606060. Windows color (decimal): -2287723 or 9770973. OLE color: 9770973.

HSL color Cylindrical-coordinate representation of color #DD1795: hue angle of 321.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1795 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 149 -
CMYK 0 0.90 0.33 0.13
HSL 321.82º 0.81% 0.48% -
HSV(B) 321.82º 0.9% 0.87% -
XYZ 35.55 18.15 30.06 -
YUV 96.57 157.6 216.75 -
System Red Green Blue C M Y K H S L
Decimal 221 23 149 0 0.90 0.33 0.13 321.82 0.81 0.48
Hex DD 17 95 0 5A 21 D 142 51 30
Octal 335 27 225 0 132 41 15 502 121 60
Binary 11011101 10111 10010101 0 1011010 100001 1101 101000010 1010001 110000

Color Harmonies of #DD1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1795

Black with #DD1795

Text Example


Text Example

White with #DD1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1795; }

 p { color: rgb(221,23,149); }

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

background-color css

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

 a { background-color: rgb(221,23,149); }

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

border-color css

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

 span { border-color: rgb(221,23,149); }

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