Html Css Color HEX #D2198D Medium Violet Red

📋 copy color: '#D2198D'

red 210 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #D2198D

Tints of Medium Violet Red #D2198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

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

R = 55.85%
G = 6.65%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2198D (or 0xD2198D) is known color: Medium Violet Red. HEX triplet: D2, 19 and 8D. RGB value is (210,25,141). Sum of RGB (Red+Green+Blue) = 210+25+141=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2198D is #2DE672. Grayscale: #5D5D5D. Windows color (decimal): -3008115 or 9247186. OLE color: 9247186.

HSL color Cylindrical-coordinate representation of color #D2198D: hue angle of 322.38º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2198D is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 141 -
CMYK 0 0.88 0.33 0.18
HSL 322.38º 0.79% 0.46% -
HSV(B) 322.38º 0.88% 0.82% -
XYZ 31.73 16.32 26.68 -
YUV 93.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 210 25 141 0 0.88 0.33 0.18 322.38 0.79 0.46
Hex D2 19 8D 0 58 21 12 142 4F 2E
Octal 322 31 215 0 130 41 22 502 117 56
Binary 11010010 11001 10001101 0 1011000 100001 10010 101000010 1001111 101110

Color Harmonies of #D2198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2198D

Black with #D2198D

Text Example


Text Example

White with #D2198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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