Html Css Color HEX #D4197B Medium Violet Red

📋 copy color: '#D4197B'

red 212 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #D4197B

Tints of Medium Violet Red #D4197B

RGB

 RED value IS 212 (83.2% from 255) = 58.89%

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

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

R = 58.89%
G = 6.94%
B = 34.17%

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

#D4197B (or 0xD4197B) is known color: Medium Violet Red. HEX triplet: D4, 19 and 7B. RGB value is (212,25,123). Sum of RGB (Red+Green+Blue) = 212+25+123=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4197B is #2BE684. Grayscale: #5B5B5B. Windows color (decimal): -2877061 or 8067540. OLE color: 8067540.

HSL color Cylindrical-coordinate representation of color #D4197B: hue angle of 328.56º 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 #D4197B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 123 -
CMYK 0 0.88 0.42 0.17
HSL 328.56º 0.79% 0.46% -
HSV(B) 328.56º 0.88% 0.83% -
XYZ 31.07 16.12 20.21 -
YUV 92.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 212 25 123 0 0.88 0.42 0.17 328.56 0.79 0.46
Hex D4 19 7B 0 58 2A 11 149 4F 2E
Octal 324 31 173 0 130 52 21 511 117 56
Binary 11010100 11001 1111011 0 1011000 101010 10001 101001001 1001111 101110

Color Harmonies of #D4197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4197B

Black with #D4197B

Text Example


Text Example

White with #D4197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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