Html Css Color HEX #D2099D Medium Violet Red

📋 copy color: '#D2099D'

red 210 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #D2099D

Tints of Medium Violet Red #D2099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 55.85%
G = 2.39%
B = 41.76%

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

#D2099D (or 0xD2099D) is known color: Medium Violet Red. HEX triplet: D2, 09 and 9D. RGB value is (210,9,157). Sum of RGB (Red+Green+Blue) = 210+9+157=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2099D is #2DF662. Grayscale: #555555. Windows color (decimal): -3012195 or 10291666. OLE color: 10291666.

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

Color convert

RGB 210 9 157 -
CMYK 0 0.96 0.25 0.18
HSL 315.82º 0.92% 0.43% -
HSV(B) 315.82º 0.96% 0.82% -
XYZ 32.76 16.33 33.32 -
YUV 85.97 168.09 216.47 -
System Red Green Blue C M Y K H S L
Decimal 210 9 157 0 0.96 0.25 0.18 315.82 0.92 0.43
Hex D2 9 9D 0 60 19 12 13C 5C 2B
Octal 322 11 235 0 140 31 22 474 134 53
Binary 11010010 1001 10011101 0 1100000 11001 10010 100111100 1011100 101011

Color Harmonies of #D2099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2099D

Black with #D2099D

Text Example


Text Example

White with #D2099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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