Html Css Color HEX #D3197B Medium Violet Red

📋 copy color: '#D3197B'

red 211 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #D3197B

Tints of Medium Violet Red #D3197B

RGB

 RED value IS 211 (82.81% from 255) = 58.77%

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 58.77%
G = 6.96%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3197B (or 0xD3197B) is known color: Medium Violet Red. HEX triplet: D3, 19 and 7B. RGB value is (211,25,123). Sum of RGB (Red+Green+Blue) = 211+25+123=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3197B is #2CE684. Grayscale: #5B5B5B. Windows color (decimal): -2942597 or 8067539. OLE color: 8067539.

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

Color convert

RGB 211 25 123 -
CMYK 0 0.88 0.42 0.17
HSL 328.39º 0.79% 0.46% -
HSV(B) 328.39º 0.88% 0.83% -
XYZ 30.79 15.97 20.2 -
YUV 91.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 211 25 123 0 0.88 0.42 0.17 328.39 0.79 0.46
Hex D3 19 7B 0 58 2A 11 148 4F 2E
Octal 323 31 173 0 130 52 21 510 117 56
Binary 11010011 11001 1111011 0 1011000 101010 10001 101001000 1001111 101110

Color Harmonies of #D3197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3197B

Black with #D3197B

Text Example


Text Example

White with #D3197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3197B; }

 p { color: rgb(211,25,123); }

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

background-color css

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

 a { background-color: rgb(211,25,123); }

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

border-color css

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

 span { border-color: rgb(211,25,123); }

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