Html Css Color HEX #D62096 Medium Violet Red

📋 copy color: '#D62096'

red 214 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #D62096

Tints of Medium Violet Red #D62096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 54.04%
G = 8.08%
B = 37.88%

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

#D62096 (or 0xD62096) is known color: Medium Violet Red. HEX triplet: D6, 20 and 96. RGB value is (214,32,150). Sum of RGB (Red+Green+Blue) = 214+32+150=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62096 is #29DF69. Grayscale: #636363. Windows color (decimal): -2744170 or 9838806. OLE color: 9838806.

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

Color convert

RGB 214 32 150 -
CMYK 0 0.85 0.30 0.16
HSL 321.1º 0.74% 0.48% -
HSV(B) 321.1º 0.85% 0.84% -
XYZ 33.75 17.53 30.46 -
YUV 99.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 214 32 150 0 0.85 0.30 0.16 321.1 0.74 0.48
Hex D6 20 96 0 55 1E 10 141 4A 30
Octal 326 40 226 0 125 36 20 501 112 60
Binary 11010110 100000 10010110 0 1010101 11110 10000 101000001 1001010 110000

Color Harmonies of #D62096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62096

Black with #D62096

Text Example


Text Example

White with #D62096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62096; }

 p { color: rgb(214,32,150); }

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

background-color css

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

 a { background-color: rgb(214,32,150); }

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

border-color css

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

 span { border-color: rgb(214,32,150); }

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