Html Css Color HEX #D2098D Medium Violet Red

📋 copy color: '#D2098D'

red 210 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #D2098D

Tints of Medium Violet Red #D2098D

RGB

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

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

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

R = 58.33%
G = 2.5%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2098D (or 0xD2098D) is known color: Medium Violet Red. HEX triplet: D2, 09 and 8D. RGB value is (210,9,141). Sum of RGB (Red+Green+Blue) = 210+9+141=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2098D is #2DF672. Grayscale: #535353. Windows color (decimal): -3012211 or 9243090. OLE color: 9243090.

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

Color convert

RGB 210 9 141 -
CMYK 0 0.96 0.33 0.18
HSL 320.6º 0.92% 0.43% -
HSV(B) 320.6º 0.96% 0.82% -
XYZ 31.48 15.82 26.59 -
YUV 84.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 210 9 141 0 0.96 0.33 0.18 320.6 0.92 0.43
Hex D2 9 8D 0 60 21 12 141 5C 2B
Octal 322 11 215 0 140 41 22 501 134 53
Binary 11010010 1001 10001101 0 1100000 100001 10010 101000001 1011100 101011

Color Harmonies of #D2098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2098D

Black with #D2098D

Text Example


Text Example

White with #D2098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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