Html Css Color HEX #DD1792 Medium Violet Red

📋 copy color: '#DD1792'

red 221 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #DD1792

Tints of Medium Violet Red #DD1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 56.67%
G = 5.9%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD1792 (or 0xDD1792) is known color: Medium Violet Red. HEX triplet: DD, 17 and 92. RGB value is (221,23,146). Sum of RGB (Red+Green+Blue) = 221+23+146=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1792 is #22E86D. Grayscale: #5F5F5F. Windows color (decimal): -2287726 or 9574365. OLE color: 9574365.

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

Color convert

RGB 221 23 146 -
CMYK 0 0.90 0.34 0.13
HSL 322.73º 0.81% 0.48% -
HSV(B) 322.73º 0.9% 0.87% -
XYZ 35.31 18.06 28.82 -
YUV 96.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 221 23 146 0 0.90 0.34 0.13 322.73 0.81 0.48
Hex DD 17 92 0 5A 22 D 143 51 30
Octal 335 27 222 0 132 42 15 503 121 60
Binary 11011101 10111 10010010 0 1011010 100010 1101 101000011 1010001 110000

Color Harmonies of #DD1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1792

Black with #DD1792

Text Example


Text Example

White with #DD1792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1792; }

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

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

background-color css

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

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

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

border-color css

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

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

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