Html Css Color HEX #D60395 Medium Violet Red

📋 copy color: '#D60395'

red 214 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #D60395

Tints of Medium Violet Red #D60395

RGB

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

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

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

R = 58.47%
G = 0.82%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D60395 (or 0xD60395) is known color: Medium Violet Red. HEX triplet: D6, 03 and 95. RGB value is (214,3,149). Sum of RGB (Red+Green+Blue) = 214+3+149=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60395 is #29FC6A. Grayscale: #525252. Windows color (decimal): -2751595 or 9765846. OLE color: 9765846.

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

Color convert

RGB 214 3 149 -
CMYK 0 0.99 0.30 0.16
HSL 318.48º 0.97% 0.43% -
HSV(B) 318.48º 0.99% 0.84% -
XYZ 33.19 16.53 29.88 -
YUV 82.73 165.4 221.63 -
System Red Green Blue C M Y K H S L
Decimal 214 3 149 0 0.99 0.30 0.16 318.48 0.97 0.43
Hex D6 3 95 0 63 1E 10 13E 61 2B
Octal 326 3 225 0 143 36 20 476 141 53
Binary 11010110 11 10010101 0 1100011 11110 10000 100111110 1100001 101011

Color Harmonies of #D60395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60395

Black with #D60395

Text Example


Text Example

White with #D60395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60395; }

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

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

background-color css

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

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

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

border-color css

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

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

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