Html Css Color HEX #D62197 Medium Violet Red

📋 copy color: '#D62197'

red 214 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #D62197

Tints of Medium Violet Red #D62197

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

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

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

R = 53.77%
G = 8.29%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62197 (or 0xD62197) is known color: Medium Violet Red. HEX triplet: D6, 21 and 97. RGB value is (214,33,151). Sum of RGB (Red+Green+Blue) = 214+33+151=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D62197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62197 is #29DE68. Grayscale: #646464. Windows color (decimal): -2743913 or 9904598. OLE color: 9904598.

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

Color convert

RGB 214 33 151 -
CMYK 0 0.85 0.29 0.16
HSL 320.88º 0.73% 0.48% -
HSV(B) 320.88º 0.85% 0.84% -
XYZ 33.86 17.62 30.89 -
YUV 100.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 214 33 151 0 0.85 0.29 0.16 320.88 0.73 0.48
Hex D6 21 97 0 55 1D 10 141 49 30
Octal 326 41 227 0 125 35 20 501 111 60
Binary 11010110 100001 10010111 0 1010101 11101 10000 101000001 1001001 110000

Color Harmonies of #D62197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62197

Black with #D62197

Text Example


Text Example

White with #D62197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62197; }

 p { color: rgb(214,33,151); }

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

background-color css

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

 a { background-color: rgb(214,33,151); }

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

border-color css

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

 span { border-color: rgb(214,33,151); }

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