Html Css Color HEX #DD1090 Medium Violet Red

📋 copy color: '#DD1090'

red 221 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #DD1090

Tints of Medium Violet Red #DD1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 58.01%
G = 4.2%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD1090 (or 0xDD1090) is known color: Medium Violet Red. HEX triplet: DD, 10 and 90. RGB value is (221,16,144). Sum of RGB (Red+Green+Blue) = 221+16+144=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1090 is #22EF6F. Grayscale: #5B5B5B. Windows color (decimal): -2289520 or 9441501. OLE color: 9441501.

HSL color Cylindrical-coordinate representation of color #DD1090: hue angle of 322.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1090 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 144 -
CMYK 0 0.93 0.35 0.13
HSL 322.54º 0.86% 0.46% -
HSV(B) 322.54º 0.93% 0.87% -
XYZ 35.04 17.76 27.97 -
YUV 91.89 157.42 220.09 -
System Red Green Blue C M Y K H S L
Decimal 221 16 144 0 0.93 0.35 0.13 322.54 0.86 0.46
Hex DD 10 90 0 5D 23 D 143 56 2E
Octal 335 20 220 0 135 43 15 503 126 56
Binary 11011101 10000 10010000 0 1011101 100011 1101 101000011 1010110 101110

Color Harmonies of #DD1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1090

Black with #DD1090

Text Example


Text Example

White with #DD1090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1090; }

 p { color: rgb(221,16,144); }

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

background-color css

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

 a { background-color: rgb(221,16,144); }

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

border-color css

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

 span { border-color: rgb(221,16,144); }

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