Html Css Color HEX #D62194 Medium Violet Red

📋 copy color: '#D62194'

red 214 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #D62194

Tints of Medium Violet Red #D62194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 54.18%
G = 8.35%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D62194 (or 0xD62194) is known color: Medium Violet Red. HEX triplet: D6, 21 and 94. RGB value is (214,33,148). Sum of RGB (Red+Green+Blue) = 214+33+148=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D62194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62194 is #29DE6B. Grayscale: #636363. Windows color (decimal): -2743916 or 9707990. OLE color: 9707990.

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

Color convert

RGB 214 33 148 -
CMYK 0 0.85 0.31 0.16
HSL 321.88º 0.73% 0.48% -
HSV(B) 321.88º 0.85% 0.84% -
XYZ 33.62 17.52 29.63 -
YUV 100.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 214 33 148 0 0.85 0.31 0.16 321.88 0.73 0.48
Hex D6 21 94 0 55 1F 10 142 49 30
Octal 326 41 224 0 125 37 20 502 111 60
Binary 11010110 100001 10010100 0 1010101 11111 10000 101000010 1001001 110000

Color Harmonies of #D62194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62194

Black with #D62194

Text Example


Text Example

White with #D62194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62194; }

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

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

background-color css

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

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

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

border-color css

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

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

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