Html Css Color HEX #DD097B Medium Violet Red

📋 copy color: '#DD097B'

red 221 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #DD097B

Tints of Medium Violet Red #DD097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 62.61%
G = 2.55%
B = 34.84%

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

#DD097B (or 0xDD097B) is known color: Medium Violet Red. HEX triplet: DD, 09 and 7B. RGB value is (221,9,123). Sum of RGB (Red+Green+Blue) = 221+9+123=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD097B is #22F684. Grayscale: #555555. Windows color (decimal): -2291333 or 8063453. OLE color: 8063453.

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

Color convert

RGB 221 9 123 -
CMYK 0 0.96 0.44 0.13
HSL 327.74º 0.92% 0.45% -
HSV(B) 327.74º 0.96% 0.87% -
XYZ 33.49 17 20.25 -
YUV 85.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 221 9 123 0 0.96 0.44 0.13 327.74 0.92 0.45
Hex DD 9 7B 0 60 2C D 148 5C 2D
Octal 335 11 173 0 140 54 15 510 134 55
Binary 11011101 1001 1111011 0 1100000 101100 1101 101001000 1011100 101101

Color Harmonies of #DD097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD097B

Black with #DD097B

Text Example


Text Example

White with #DD097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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