Html Css Color HEX #DD098F Medium Violet Red

📋 copy color: '#DD098F'

red 221 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #DD098F

Tints of Medium Violet Red #DD098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 59.25%
G = 2.41%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD098F (or 0xDD098F) is known color: Medium Violet Red. HEX triplet: DD, 09 and 8F. RGB value is (221,9,143). Sum of RGB (Red+Green+Blue) = 221+9+143=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD098F is #22F670. Grayscale: #575757. Windows color (decimal): -2291313 or 9374173. OLE color: 9374173.

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

Color convert

RGB 221 9 143 -
CMYK 0 0.96 0.35 0.13
HSL 322.08º 0.92% 0.45% -
HSV(B) 322.08º 0.96% 0.87% -
XYZ 34.87 17.55 27.54 -
YUV 87.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 221 9 143 0 0.96 0.35 0.13 322.08 0.92 0.45
Hex DD 9 8F 0 60 23 D 142 5C 2D
Octal 335 11 217 0 140 43 15 502 134 55
Binary 11011101 1001 10001111 0 1100000 100011 1101 101000010 1011100 101101

Color Harmonies of #DD098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD098F

Black with #DD098F

Text Example


Text Example

White with #DD098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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