Html Css Color HEX #DD0689 Medium Violet Red

📋 copy color: '#DD0689'

red 221 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #DD0689

Tints of Medium Violet Red #DD0689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 60.71%
G = 1.65%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0689 (or 0xDD0689) is known color: Medium Violet Red. HEX triplet: DD, 06 and 89. RGB value is (221,6,137). Sum of RGB (Red+Green+Blue) = 221+6+137=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0689 is #22F976. Grayscale: #545454. Windows color (decimal): -2292087 or 8980189. OLE color: 8980189.

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

Color convert

RGB 221 6 137 -
CMYK 0 0.97 0.38 0.13
HSL 323.44º 0.95% 0.45% -
HSV(B) 323.44º 0.97% 0.87% -
XYZ 34.4 17.31 25.19 -
YUV 85.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 221 6 137 0 0.97 0.38 0.13 323.44 0.95 0.45
Hex DD 6 89 0 61 26 D 143 5F 2D
Octal 335 6 211 0 141 46 15 503 137 55
Binary 11011101 110 10001001 0 1100001 100110 1101 101000011 1011111 101101

Color Harmonies of #DD0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0689

Black with #DD0689

Text Example


Text Example

White with #DD0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0689; }

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

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

background-color css

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

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

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

border-color css

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

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

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