Html Css Color HEX #DD0C81 Medium Violet Red

📋 copy color: '#DD0C81'

red 221 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #DD0C81

Tints of Medium Violet Red #DD0C81

RGB

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

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

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

R = 61.05%
G = 3.31%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0C81 (or 0xDD0C81) is known color: Medium Violet Red. HEX triplet: DD, 0C and 81. RGB value is (221,12,129). Sum of RGB (Red+Green+Blue) = 221+12+129=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C81 is #22F37E. Grayscale: #575757. Windows color (decimal): -2290559 or 8457437. OLE color: 8457437.

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

Color convert

RGB 221 12 129 -
CMYK 0 0.95 0.42 0.13
HSL 326.41º 0.9% 0.46% -
HSV(B) 326.41º 0.95% 0.87% -
XYZ 33.91 17.22 22.31 -
YUV 87.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 221 12 129 0 0.95 0.42 0.13 326.41 0.9 0.46
Hex DD C 81 0 5F 2A D 146 5A 2E
Octal 335 14 201 0 137 52 15 506 132 56
Binary 11011101 1100 10000001 0 1011111 101010 1101 101000110 1011010 101110

Color Harmonies of #DD0C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C81

Black with #DD0C81

Text Example


Text Example

White with #DD0C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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