Html Css Color HEX #DD0C83 Medium Violet Red

📋 copy color: '#DD0C83'

red 221 ◦ green 12 ◦ blue 131

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

Shades of Medium Violet Red #DD0C83

Tints of Medium Violet Red #DD0C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 60.71%
G = 3.3%
B = 35.99%

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

#DD0C83 (or 0xDD0C83) is known color: Medium Violet Red. HEX triplet: DD, 0C and 83. RGB value is (221,12,131). Sum of RGB (Red+Green+Blue) = 221+12+131=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C83 is #22F37C. Grayscale: #575757. Windows color (decimal): -2290557 or 8588509. OLE color: 8588509.

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

Color convert

RGB 221 12 131 -
CMYK 0 0.95 0.41 0.13
HSL 325.84º 0.9% 0.46% -
HSV(B) 325.84º 0.95% 0.87% -
XYZ 34.05 17.27 23.01 -
YUV 88.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 221 12 131 0 0.95 0.41 0.13 325.84 0.9 0.46
Hex DD C 83 0 5F 29 D 146 5A 2E
Octal 335 14 203 0 137 51 15 506 132 56
Binary 11011101 1100 10000011 0 1011111 101001 1101 101000110 1011010 101110

Color Harmonies of #DD0C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C83

Black with #DD0C83

Text Example


Text Example

White with #DD0C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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