Html Css Color HEX #DD0886 Medium Violet Red

📋 copy color: '#DD0886'

red 221 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #DD0886

Tints of Medium Violet Red #DD0886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 60.88%
G = 2.2%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD0886 (or 0xDD0886) is known color: Medium Violet Red. HEX triplet: DD, 08 and 86. RGB value is (221,8,134). Sum of RGB (Red+Green+Blue) = 221+8+134=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0886 is #22F779. Grayscale: #555555. Windows color (decimal): -2291578 or 8784093. OLE color: 8784093.

HSL color Cylindrical-coordinate representation of color #DD0886: hue angle of 324.51º degrees, saturation: 0.93, 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 #DD0886 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 134 -
CMYK 0 0.96 0.39 0.13
HSL 324.51º 0.93% 0.45% -
HSV(B) 324.51º 0.96% 0.87% -
XYZ 34.21 17.27 24.08 -
YUV 86.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 221 8 134 0 0.96 0.39 0.13 324.51 0.93 0.45
Hex DD 8 86 0 60 27 D 145 5D 2D
Octal 335 10 206 0 140 47 15 505 135 55
Binary 11011101 1000 10000110 0 1100000 100111 1101 101000101 1011101 101101

Color Harmonies of #DD0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0886

Black with #DD0886

Text Example


Text Example

White with #DD0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0886; }

 p { color: rgb(221,8,134); }

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

background-color css

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

 a { background-color: rgb(221,8,134); }

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

border-color css

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

 span { border-color: rgb(221,8,134); }

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