Html Css Color HEX #D60397 Medium Violet Red

📋 copy color: '#D60397'

red 214 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #D60397

Tints of Medium Violet Red #D60397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 58.15%
G = 0.82%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D60397 (or 0xD60397) is known color: Medium Violet Red. HEX triplet: D6, 03 and 97. RGB value is (214,3,151). Sum of RGB (Red+Green+Blue) = 214+3+151=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D60397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60397 is #29FC68. Grayscale: #525252. Windows color (decimal): -2751593 or 9896918. OLE color: 9896918.

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

Color convert

RGB 214 3 151 -
CMYK 0 0.99 0.29 0.16
HSL 317.91º 0.97% 0.43% -
HSV(B) 317.91º 0.99% 0.84% -
XYZ 33.35 16.6 30.72 -
YUV 82.96 166.4 221.47 -
System Red Green Blue C M Y K H S L
Decimal 214 3 151 0 0.99 0.29 0.16 317.91 0.97 0.43
Hex D6 3 97 0 63 1D 10 13E 61 2B
Octal 326 3 227 0 143 35 20 476 141 53
Binary 11010110 11 10010111 0 1100011 11101 10000 100111110 1100001 101011

Color Harmonies of #D60397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60397

Black with #D60397

Text Example


Text Example

White with #D60397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60397; }

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

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

background-color css

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

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

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

border-color css

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

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

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