Html Css Color HEX #D5098B Medium Violet Red

📋 copy color: '#D5098B'

red 213 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #D5098B

Tints of Medium Violet Red #D5098B

RGB

 RED value IS 213 (83.59% from 255) = 59%

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

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

R = 59%
G = 2.49%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5098B (or 0xD5098B) is known color: Medium Violet Red. HEX triplet: D5, 09 and 8B. RGB value is (213,9,139). Sum of RGB (Red+Green+Blue) = 213+9+139=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5098B is #2AF674. Grayscale: #545454. Windows color (decimal): -2815605 or 9112021. OLE color: 9112021.

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

Color convert

RGB 213 9 139 -
CMYK 0 0.96 0.35 0.16
HSL 321.76º 0.92% 0.44% -
HSV(B) 321.76º 0.96% 0.84% -
XYZ 32.2 16.21 25.86 -
YUV 84.82 158.59 219.43 -
System Red Green Blue C M Y K H S L
Decimal 213 9 139 0 0.96 0.35 0.16 321.76 0.92 0.44
Hex D5 9 8B 0 60 23 10 142 5C 2C
Octal 325 11 213 0 140 43 20 502 134 54
Binary 11010101 1001 10001011 0 1100000 100011 10000 101000010 1011100 101100

Color Harmonies of #D5098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5098B

Black with #D5098B

Text Example


Text Example

White with #D5098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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