Html Css Color HEX #DD098D Medium Violet Red

📋 copy color: '#DD098D'

red 221 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #DD098D

Tints of Medium Violet Red #DD098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 59.57%
G = 2.43%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD098D (or 0xDD098D) is known color: Medium Violet Red. HEX triplet: DD, 09 and 8D. RGB value is (221,9,141). Sum of RGB (Red+Green+Blue) = 221+9+141=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD098D is #22F672. Grayscale: #575757. Windows color (decimal): -2291315 or 9243101. OLE color: 9243101.

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

Color convert

RGB 221 9 141 -
CMYK 0 0.96 0.36 0.13
HSL 322.64º 0.92% 0.45% -
HSV(B) 322.64º 0.96% 0.87% -
XYZ 34.72 17.49 26.75 -
YUV 87.44 158.24 223.27 -
System Red Green Blue C M Y K H S L
Decimal 221 9 141 0 0.96 0.36 0.13 322.64 0.92 0.45
Hex DD 9 8D 0 60 24 D 143 5C 2D
Octal 335 11 215 0 140 44 15 503 134 55
Binary 11011101 1001 10001101 0 1100000 100100 1101 101000011 1011100 101101

Color Harmonies of #DD098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD098D

Black with #DD098D

Text Example


Text Example

White with #DD098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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