Html Css Color HEX #D42097 Medium Violet Red

📋 copy color: '#D42097'

red 212 ◦ green 32 ◦ blue 151

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

Shades of Medium Violet Red #D42097

Tints of Medium Violet Red #D42097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 53.67%
G = 8.1%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D42097 (or 0xD42097) is known color: Medium Violet Red. HEX triplet: D4, 20 and 97. RGB value is (212,32,151). Sum of RGB (Red+Green+Blue) = 212+32+151=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D42097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42097 is #2BDF68. Grayscale: #636363. Windows color (decimal): -2875241 or 9904340. OLE color: 9904340.

HSL color Cylindrical-coordinate representation of color #D42097: hue angle of 320.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42097 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 151 -
CMYK 0 0.85 0.29 0.17
HSL 320.33º 0.74% 0.48% -
HSV(B) 320.33º 0.85% 0.83% -
XYZ 33.25 17.26 30.86 -
YUV 99.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 212 32 151 0 0.85 0.29 0.17 320.33 0.74 0.48
Hex D4 20 97 0 55 1D 11 140 4A 30
Octal 324 40 227 0 125 35 21 500 112 60
Binary 11010100 100000 10010111 0 1010101 11101 10001 101000000 1001010 110000

Color Harmonies of #D42097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42097

Black with #D42097

Text Example


Text Example

White with #D42097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42097; }

 p { color: rgb(212,32,151); }

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

background-color css

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

 a { background-color: rgb(212,32,151); }

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

border-color css

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

 span { border-color: rgb(212,32,151); }

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