Html Css Color HEX #DD0D92 Medium Violet Red

📋 copy color: '#DD0D92'

red 221 ◦ green 13 ◦ blue 146

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

Shades of Medium Violet Red #DD0D92

Tints of Medium Violet Red #DD0D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.42%

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

R = 58.16%
G = 3.42%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0D92 (or 0xDD0D92) is known color: Medium Violet Red. HEX triplet: DD, 0D and 92. RGB value is (221,13,146). Sum of RGB (Red+Green+Blue) = 221+13+146=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D92 is #22F26D. Grayscale: #5A5A5A. Windows color (decimal): -2290286 or 9571805. OLE color: 9571805.

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

Color convert

RGB 221 13 146 -
CMYK 0 0.94 0.34 0.13
HSL 321.63º 0.89% 0.46% -
HSV(B) 321.63º 0.94% 0.87% -
XYZ 35.15 17.74 28.76 -
YUV 90.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 221 13 146 0 0.94 0.34 0.13 321.63 0.89 0.46
Hex DD D 92 0 5E 22 D 142 59 2E
Octal 335 15 222 0 136 42 15 502 131 56
Binary 11011101 1101 10010010 0 1011110 100010 1101 101000010 1011001 101110

Color Harmonies of #DD0D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D92

Black with #DD0D92

Text Example


Text Example

White with #DD0D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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