Html Css Color HEX #D2098F Medium Violet Red

📋 copy color: '#D2098F'

red 210 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #D2098F

Tints of Medium Violet Red #D2098F

RGB

 RED value IS 210 (82.42% from 255) = 58.01%

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

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

R = 58.01%
G = 2.49%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2098F (or 0xD2098F) is known color: Medium Violet Red. HEX triplet: D2, 09 and 8F. RGB value is (210,9,143). Sum of RGB (Red+Green+Blue) = 210+9+143=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D2098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2098F is #2DF670. Grayscale: #545454. Windows color (decimal): -3012209 or 9374162. OLE color: 9374162.

HSL color Cylindrical-coordinate representation of color #D2098F: hue angle of 320º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2098F is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 143 -
CMYK 0 0.96 0.32 0.18
HSL 320º 0.92% 0.43% -
HSV(B) 320º 0.96% 0.82% -
XYZ 31.63 15.88 27.38 -
YUV 84.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 210 9 143 0 0.96 0.32 0.18 320 0.92 0.43
Hex D2 9 8F 0 60 20 12 140 5C 2B
Octal 322 11 217 0 140 40 22 500 134 53
Binary 11010010 1001 10001111 0 1100000 100000 10010 101000000 1011100 101011

Color Harmonies of #D2098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2098F

Black with #D2098F

Text Example


Text Example

White with #D2098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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