Html Css Color HEX #DD1292 Medium Violet Red

📋 copy color: '#DD1292'

red 221 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #DD1292

Tints of Medium Violet Red #DD1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 57.4%
G = 4.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD1292 (or 0xDD1292) is known color: Medium Violet Red. HEX triplet: DD, 12 and 92. RGB value is (221,18,146). Sum of RGB (Red+Green+Blue) = 221+18+146=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1292 is #22ED6D. Grayscale: #5C5C5C. Windows color (decimal): -2289006 or 9573085. OLE color: 9573085.

HSL color Cylindrical-coordinate representation of color #DD1292: hue angle of 322.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1292 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 146 -
CMYK 0 0.92 0.34 0.13
HSL 322.17º 0.85% 0.47% -
HSV(B) 322.17º 0.92% 0.87% -
XYZ 35.22 17.88 28.79 -
YUV 93.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 221 18 146 0 0.92 0.34 0.13 322.17 0.85 0.47
Hex DD 12 92 0 5C 22 D 142 55 2F
Octal 335 22 222 0 134 42 15 502 125 57
Binary 11011101 10010 10010010 0 1011100 100010 1101 101000010 1010101 101111

Color Harmonies of #DD1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1292

Black with #DD1292

Text Example


Text Example

White with #DD1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1292; }

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

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

background-color css

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

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

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

border-color css

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

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

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