Html Css Color HEX #DD0C82 Medium Violet Red

📋 copy color: '#DD0C82'

red 221 ◦ green 12 ◦ blue 130

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

Shades of Medium Violet Red #DD0C82

Tints of Medium Violet Red #DD0C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

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

R = 60.88%
G = 3.31%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0C82 (or 0xDD0C82) is known color: Medium Violet Red. HEX triplet: DD, 0C and 82. RGB value is (221,12,130). Sum of RGB (Red+Green+Blue) = 221+12+130=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C82 is #22F37D. Grayscale: #575757. Windows color (decimal): -2290558 or 8522973. OLE color: 8522973.

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

Color convert

RGB 221 12 130 -
CMYK 0 0.95 0.41 0.13
HSL 326.12º 0.9% 0.46% -
HSV(B) 326.12º 0.95% 0.87% -
XYZ 33.98 17.25 22.66 -
YUV 87.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 221 12 130 0 0.95 0.41 0.13 326.12 0.9 0.46
Hex DD C 82 0 5F 29 D 146 5A 2E
Octal 335 14 202 0 137 51 15 506 132 56
Binary 11011101 1100 10000010 0 1011111 101001 1101 101000110 1011010 101110

Color Harmonies of #DD0C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C82

Black with #DD0C82

Text Example


Text Example

White with #DD0C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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