Html Css Color HEX #DD098B Medium Violet Red

📋 copy color: '#DD098B'

red 221 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #DD098B

Tints of Medium Violet Red #DD098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 59.89%
G = 2.44%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD098B (or 0xDD098B) is known color: Medium Violet Red. HEX triplet: DD, 09 and 8B. RGB value is (221,9,139). Sum of RGB (Red+Green+Blue) = 221+9+139=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD098B is #22F674. Grayscale: #565656. Windows color (decimal): -2291317 or 9112029. OLE color: 9112029.

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

Color convert

RGB 221 9 139 -
CMYK 0 0.96 0.37 0.13
HSL 323.21º 0.92% 0.45% -
HSV(B) 323.21º 0.96% 0.87% -
XYZ 34.58 17.43 25.97 -
YUV 87.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 221 9 139 0 0.96 0.37 0.13 323.21 0.92 0.45
Hex DD 9 8B 0 60 25 D 143 5C 2D
Octal 335 11 213 0 140 45 15 503 134 55
Binary 11011101 1001 10001011 0 1100000 100101 1101 101000011 1011100 101101

Color Harmonies of #DD098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD098B

Black with #DD098B

Text Example


Text Example

White with #DD098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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