Html Css Color HEX #DD1689 Medium Violet Red

📋 copy color: '#DD1689'

red 221 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #DD1689

Tints of Medium Violet Red #DD1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

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

R = 58.16%
G = 5.79%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD1689 (or 0xDD1689) is known color: Medium Violet Red. HEX triplet: DD, 16 and 89. RGB value is (221,22,137). Sum of RGB (Red+Green+Blue) = 221+22+137=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1689 is #22E976. Grayscale: #5E5E5E. Windows color (decimal): -2287991 or 8984285. OLE color: 8984285.

HSL color Cylindrical-coordinate representation of color #DD1689: hue angle of 325.33º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1689 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 137 -
CMYK 0 0.90 0.38 0.13
HSL 325.33º 0.82% 0.48% -
HSV(B) 325.33º 0.9% 0.87% -
XYZ 34.62 17.75 25.27 -
YUV 94.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 221 22 137 0 0.90 0.38 0.13 325.33 0.82 0.48
Hex DD 16 89 0 5A 26 D 145 52 30
Octal 335 26 211 0 132 46 15 505 122 60
Binary 11011101 10110 10001001 0 1011010 100110 1101 101000101 1010010 110000

Color Harmonies of #DD1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1689

Black with #DD1689

Text Example


Text Example

White with #DD1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1689; }

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

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

background-color css

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

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

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

border-color css

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

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

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