Html Css Color HEX #DD0181 Medium Violet Red

📋 copy color: '#DD0181'

red 221 ◦ green 1 ◦ blue 129

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

Shades of Medium Violet Red #DD0181

Tints of Medium Violet Red #DD0181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 62.96%
G = 0.28%
B = 36.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0181 (or 0xDD0181) is known color: Medium Violet Red. HEX triplet: DD, 01 and 81. RGB value is (221,1,129). Sum of RGB (Red+Green+Blue) = 221+1+129=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0181 is #22FE7E. Grayscale: #515151. Windows color (decimal): -2293375 or 8454621. OLE color: 8454621.

HSL color Cylindrical-coordinate representation of color #DD0181: hue angle of 325.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0181 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 129 -
CMYK 0 1.00 0.42 0.13
HSL 325.09º 0.99% 0.44% -
HSV(B) 325.09º 1% 0.87% -
XYZ 33.79 16.98 22.27 -
YUV 81.37 154.89 227.59 -
System Red Green Blue C M Y K H S L
Decimal 221 1 129 0 1.00 0.42 0.13 325.09 0.99 0.44
Hex DD 1 81 0 64 2A D 145 63 2C
Octal 335 1 201 0 144 52 15 505 143 54
Binary 11011101 1 10000001 0 1100100 101010 1101 101000101 1100011 101100

Color Harmonies of #DD0181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0181

Black with #DD0181

Text Example


Text Example

White with #DD0181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0181; }

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

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

background-color css

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

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

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

border-color css

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

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

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