Html Css Color HEX #D42195 Medium Violet Red

📋 copy color: '#D42195'

red 212 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #D42195

Tints of Medium Violet Red #D42195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.38%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 53.81%
G = 8.38%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D42195 (or 0xD42195) is known color: Medium Violet Red. HEX triplet: D4, 21 and 95. RGB value is (212,33,149). Sum of RGB (Red+Green+Blue) = 212+33+149=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D42195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42195 is #2BDE6A. Grayscale: #636363. Windows color (decimal): -2874987 or 9773524. OLE color: 9773524.

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

Color convert

RGB 212 33 149 -
CMYK 0 0.84 0.30 0.17
HSL 321.12º 0.73% 0.48% -
HSV(B) 321.12º 0.84% 0.83% -
XYZ 33.12 17.25 30.02 -
YUV 99.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 212 33 149 0 0.84 0.30 0.17 321.12 0.73 0.48
Hex D4 21 95 0 54 1E 11 141 49 30
Octal 324 41 225 0 124 36 21 501 111 60
Binary 11010100 100001 10010101 0 1010100 11110 10001 101000001 1001001 110000

Color Harmonies of #D42195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42195

Black with #D42195

Text Example


Text Example

White with #D42195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42195; }

 p { color: rgb(212,33,149); }

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

background-color css

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

 a { background-color: rgb(212,33,149); }

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

border-color css

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

 span { border-color: rgb(212,33,149); }

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