Html Css Color HEX #D60394 Medium Violet Red

📋 copy color: '#D60394'

red 214 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D60394

Tints of Medium Violet Red #D60394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 58.63%
G = 0.82%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60394 (or 0xD60394) is known color: Medium Violet Red. HEX triplet: D6, 03 and 94. RGB value is (214,3,148). Sum of RGB (Red+Green+Blue) = 214+3+148=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D60394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60394 is #29FC6B. Grayscale: #525252. Windows color (decimal): -2751596 or 9700310. OLE color: 9700310.

HSL color Cylindrical-coordinate representation of color #D60394: hue angle of 318.77º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60394 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 148 -
CMYK 0 0.99 0.31 0.16
HSL 318.77º 0.97% 0.43% -
HSV(B) 318.77º 0.99% 0.84% -
XYZ 33.11 16.5 29.46 -
YUV 82.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 214 3 148 0 0.99 0.31 0.16 318.77 0.97 0.43
Hex D6 3 94 0 63 1F 10 13F 61 2B
Octal 326 3 224 0 143 37 20 477 141 53
Binary 11010110 11 10010100 0 1100011 11111 10000 100111111 1100001 101011

Color Harmonies of #D60394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60394

Black with #D60394

Text Example


Text Example

White with #D60394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60394; }

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

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

background-color css

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

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

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

border-color css

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

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

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