Html Css Color HEX #DD0680 Medium Violet Red

📋 copy color: '#DD0680'

red 221 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #DD0680

Tints of Medium Violet Red #DD0680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 62.25%
G = 1.69%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0680 (or 0xDD0680) is known color: Medium Violet Red. HEX triplet: DD, 06 and 80. RGB value is (221,6,128). Sum of RGB (Red+Green+Blue) = 221+6+128=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0680 is #22F97F. Grayscale: #535353. Windows color (decimal): -2292096 or 8390365. OLE color: 8390365.

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

Color convert

RGB 221 6 128 -
CMYK 0 0.97 0.42 0.13
HSL 325.95º 0.95% 0.45% -
HSV(B) 325.95º 0.97% 0.87% -
XYZ 33.78 17.06 21.93 -
YUV 84.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 221 6 128 0 0.97 0.42 0.13 325.95 0.95 0.45
Hex DD 6 80 0 61 2A D 146 5F 2D
Octal 335 6 200 0 141 52 15 506 137 55
Binary 11011101 110 10000000 0 1100001 101010 1101 101000110 1011111 101101

Color Harmonies of #DD0680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0680

Black with #DD0680

Text Example


Text Example

White with #DD0680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0680; }

 p { color: rgb(221,6,128); }

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

background-color css

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

 a { background-color: rgb(221,6,128); }

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

border-color css

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

 span { border-color: rgb(221,6,128); }

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