Html Css Color HEX #DD0882 Medium Violet Red

📋 copy color: '#DD0882'

red 221 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #DD0882

Tints of Medium Violet Red #DD0882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 61.56%
G = 2.23%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0882 (or 0xDD0882) is known color: Medium Violet Red. HEX triplet: DD, 08 and 82. RGB value is (221,8,130). Sum of RGB (Red+Green+Blue) = 221+8+130=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0882 is #22F77D. Grayscale: #555555. Windows color (decimal): -2291582 or 8521949. OLE color: 8521949.

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

Color convert

RGB 221 8 130 -
CMYK 0 0.96 0.41 0.13
HSL 325.63º 0.93% 0.45% -
HSV(B) 325.63º 0.96% 0.87% -
XYZ 33.93 17.16 22.64 -
YUV 85.6 153.07 224.58 -
System Red Green Blue C M Y K H S L
Decimal 221 8 130 0 0.96 0.41 0.13 325.63 0.93 0.45
Hex DD 8 82 0 60 29 D 146 5D 2D
Octal 335 10 202 0 140 51 15 506 135 55
Binary 11011101 1000 10000010 0 1100000 101001 1101 101000110 1011101 101101

Color Harmonies of #DD0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0882

Black with #DD0882

Text Example


Text Example

White with #DD0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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