Html Css Color HEX #DD1081 Medium Violet Red

📋 copy color: '#DD1081'

red 221 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #DD1081

Tints of Medium Violet Red #DD1081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 60.38%
G = 4.37%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD1081 (or 0xDD1081) is known color: Medium Violet Red. HEX triplet: DD, 10 and 81. RGB value is (221,16,129). Sum of RGB (Red+Green+Blue) = 221+16+129=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1081 is #22EF7E. Grayscale: #595959. Windows color (decimal): -2289535 or 8458461. OLE color: 8458461.

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

Color convert

RGB 221 16 129 -
CMYK 0 0.93 0.42 0.13
HSL 326.93º 0.86% 0.46% -
HSV(B) 326.93º 0.93% 0.87% -
XYZ 33.97 17.33 22.32 -
YUV 90.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 221 16 129 0 0.93 0.42 0.13 326.93 0.86 0.46
Hex DD 10 81 0 5D 2A D 147 56 2E
Octal 335 20 201 0 135 52 15 507 126 56
Binary 11011101 10000 10000001 0 1011101 101010 1101 101000111 1010110 101110

Color Harmonies of #DD1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1081

Black with #DD1081

Text Example


Text Example

White with #DD1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1081; }

 p { color: rgb(221,16,129); }

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

background-color css

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

 a { background-color: rgb(221,16,129); }

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

border-color css

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

 span { border-color: rgb(221,16,129); }

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