Html Css Color HEX #D2099E Medium Violet Red

📋 copy color: '#D2099E'

red 210 ◦ green 9 ◦ blue 158

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

Shades of Medium Violet Red #D2099E

Tints of Medium Violet Red #D2099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 55.7%
G = 2.39%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2099E (or 0xD2099E) is known color: Medium Violet Red. HEX triplet: D2, 09 and 9E. RGB value is (210,9,158). Sum of RGB (Red+Green+Blue) = 210+9+158=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2099E is #2DF661. Grayscale: #555555. Windows color (decimal): -3012194 or 10357202. OLE color: 10357202.

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

Color convert

RGB 210 9 158 -
CMYK 0 0.96 0.25 0.18
HSL 315.52º 0.92% 0.43% -
HSV(B) 315.52º 0.96% 0.82% -
XYZ 32.85 16.37 33.78 -
YUV 86.09 168.59 216.38 -
System Red Green Blue C M Y K H S L
Decimal 210 9 158 0 0.96 0.25 0.18 315.52 0.92 0.43
Hex D2 9 9E 0 60 19 12 13C 5C 2B
Octal 322 11 236 0 140 31 22 474 134 53
Binary 11010010 1001 10011110 0 1100000 11001 10010 100111100 1011100 101011

Color Harmonies of #D2099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2099E

Black with #D2099E

Text Example


Text Example

White with #D2099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2099E; }

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

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

background-color css

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

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

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

border-color css

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

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

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