Html Css Color HEX #D2099C Medium Violet Red

📋 copy color: '#D2099C'

red 210 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #D2099C

Tints of Medium Violet Red #D2099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 56%
G = 2.4%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2099C (or 0xD2099C) is known color: Medium Violet Red. HEX triplet: D2, 09 and 9C. RGB value is (210,9,156). Sum of RGB (Red+Green+Blue) = 210+9+156=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2099C is #2DF663. Grayscale: #555555. Windows color (decimal): -3012196 or 10226130. OLE color: 10226130.

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

Color convert

RGB 210 9 156 -
CMYK 0 0.96 0.26 0.18
HSL 316.12º 0.92% 0.43% -
HSV(B) 316.12º 0.96% 0.82% -
XYZ 32.68 16.3 32.88 -
YUV 85.86 167.59 216.55 -
System Red Green Blue C M Y K H S L
Decimal 210 9 156 0 0.96 0.26 0.18 316.12 0.92 0.43
Hex D2 9 9C 0 60 1A 12 13C 5C 2B
Octal 322 11 234 0 140 32 22 474 134 53
Binary 11010010 1001 10011100 0 1100000 11010 10010 100111100 1011100 101011

Color Harmonies of #D2099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2099C

Black with #D2099C

Text Example


Text Example

White with #D2099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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