Html Css Color HEX #DD097C Medium Violet Red

📋 copy color: '#DD097C'

red 221 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #DD097C

Tints of Medium Violet Red #DD097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 62.43%
G = 2.54%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD097C (or 0xDD097C) is known color: Medium Violet Red. HEX triplet: DD, 09 and 7C. RGB value is (221,9,124). Sum of RGB (Red+Green+Blue) = 221+9+124=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD097C is #22F683. Grayscale: #555555. Windows color (decimal): -2291332 or 8128989. OLE color: 8128989.

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

Color convert

RGB 221 9 124 -
CMYK 0 0.96 0.44 0.13
HSL 327.45º 0.92% 0.45% -
HSV(B) 327.45º 0.96% 0.87% -
XYZ 33.55 17.02 20.59 -
YUV 85.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 221 9 124 0 0.96 0.44 0.13 327.45 0.92 0.45
Hex DD 9 7C 0 60 2C D 147 5C 2D
Octal 335 11 174 0 140 54 15 507 134 55
Binary 11011101 1001 1111100 0 1100000 101100 1101 101000111 1011100 101101

Color Harmonies of #DD097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD097C

Black with #DD097C

Text Example


Text Example

White with #DD097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD097C; }

 p { color: rgb(221,9,124); }

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

background-color css

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

 a { background-color: rgb(221,9,124); }

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

border-color css

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

 span { border-color: rgb(221,9,124); }

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