Html Css Color HEX #DD0992 Medium Violet Red

📋 copy color: '#DD0992'

red 221 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #DD0992

Tints of Medium Violet Red #DD0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 58.78%
G = 2.39%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0992 (or 0xDD0992) is known color: Medium Violet Red. HEX triplet: DD, 09 and 92. RGB value is (221,9,146). Sum of RGB (Red+Green+Blue) = 221+9+146=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0992 is #22F66D. Grayscale: #575757. Windows color (decimal): -2291310 or 9570781. OLE color: 9570781.

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

Color convert

RGB 221 9 146 -
CMYK 0 0.96 0.34 0.13
HSL 321.23º 0.92% 0.45% -
HSV(B) 321.23º 0.96% 0.87% -
XYZ 35.1 17.64 28.75 -
YUV 88.01 160.74 222.86 -
System Red Green Blue C M Y K H S L
Decimal 221 9 146 0 0.96 0.34 0.13 321.23 0.92 0.45
Hex DD 9 92 0 60 22 D 141 5C 2D
Octal 335 11 222 0 140 42 15 501 134 55
Binary 11011101 1001 10010010 0 1100000 100010 1101 101000001 1011100 101101

Color Harmonies of #DD0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0992

Black with #DD0992

Text Example


Text Example

White with #DD0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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