Html Css Color HEX #D60378 Medium Violet Red

📋 copy color: '#D60378'

red 214 ◦ green 3 ◦ blue 120

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

Shades of Medium Violet Red #D60378

Tints of Medium Violet Red #D60378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.61%

R = 63.5%
G = 0.89%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D60378 (or 0xD60378) is known color: Medium Violet Red. HEX triplet: D6, 03 and 78. RGB value is (214,3,120). Sum of RGB (Red+Green+Blue) = 214+3+120=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D60378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60378 is #29FC87. Grayscale: #4F4F4F. Windows color (decimal): -2751624 or 7865302. OLE color: 7865302.

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

Color convert

RGB 214 3 120 -
CMYK 0 0.99 0.44 0.16
HSL 326.73º 0.97% 0.43% -
HSV(B) 326.73º 0.99% 0.84% -
XYZ 31.15 15.72 19.16 -
YUV 79.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 214 3 120 0 0.99 0.44 0.16 326.73 0.97 0.43
Hex D6 3 78 0 63 2C 10 147 61 2B
Octal 326 3 170 0 143 54 20 507 141 53
Binary 11010110 11 1111000 0 1100011 101100 10000 101000111 1100001 101011

Color Harmonies of #D60378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60378

Black with #D60378

Text Example


Text Example

White with #D60378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60378; }

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

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

background-color css

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

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

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

border-color css

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

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

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