Html Css Color HEX #DD0E83 Medium Violet Red

📋 copy color: '#DD0E83'

red 221 ◦ green 14 ◦ blue 131

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

Shades of Medium Violet Red #DD0E83

Tints of Medium Violet Red #DD0E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.83%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 60.38%
G = 3.83%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0E83 (or 0xDD0E83) is known color: Medium Violet Red. HEX triplet: DD, 0E and 83. RGB value is (221,14,131). Sum of RGB (Red+Green+Blue) = 221+14+131=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0E83 is #22F17C. Grayscale: #585858. Windows color (decimal): -2290045 or 8589021. OLE color: 8589021.

HSL color Cylindrical-coordinate representation of color #DD0E83: hue angle of 326.09º degrees, saturation: 0.88, 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 #DD0E83 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 131 -
CMYK 0 0.94 0.41 0.13
HSL 326.09º 0.88% 0.46% -
HSV(B) 326.09º 0.94% 0.87% -
XYZ 34.07 17.32 23.02 -
YUV 89.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 221 14 131 0 0.94 0.41 0.13 326.09 0.88 0.46
Hex DD E 83 0 5E 29 D 146 58 2E
Octal 335 16 203 0 136 51 15 506 130 56
Binary 11011101 1110 10000011 0 1011110 101001 1101 101000110 1011000 101110

Color Harmonies of #DD0E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E83

Black with #DD0E83

Text Example


Text Example

White with #DD0E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E83; }

 p { color: rgb(221,14,131); }

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

background-color css

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

 a { background-color: rgb(221,14,131); }

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

border-color css

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

 span { border-color: rgb(221,14,131); }

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