Html Css Color HEX #D62195 Medium Violet Red

📋 copy color: '#D62195'

red 214 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #D62195

Tints of Medium Violet Red #D62195

RGB

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

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

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

R = 54.04%
G = 8.33%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D62195 (or 0xD62195) is known color: Medium Violet Red. HEX triplet: D6, 21 and 95. RGB value is (214,33,149). Sum of RGB (Red+Green+Blue) = 214+33+149=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62195 is #29DE6A. Grayscale: #646464. Windows color (decimal): -2743915 or 9773526. OLE color: 9773526.

HSL color Cylindrical-coordinate representation of color #D62195: hue angle of 321.55º 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 #D62195 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 149 -
CMYK 0 0.85 0.30 0.16
HSL 321.55º 0.73% 0.48% -
HSV(B) 321.55º 0.85% 0.84% -
XYZ 33.7 17.55 30.05 -
YUV 100.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 214 33 149 0 0.85 0.30 0.16 321.55 0.73 0.48
Hex D6 21 95 0 55 1E 10 142 49 30
Octal 326 41 225 0 125 36 20 502 111 60
Binary 11010110 100001 10010101 0 1010101 11110 10000 101000010 1001001 110000

Color Harmonies of #D62195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62195

Black with #D62195

Text Example


Text Example

White with #D62195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62195; }

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

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

background-color css

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

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

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

border-color css

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

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

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