Html Css Color HEX #D60377 Medium Violet Red

📋 copy color: '#D60377'

red 214 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #D60377

Tints of Medium Violet Red #D60377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 63.69%
G = 0.89%
B = 35.42%

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

#D60377 (or 0xD60377) is known color: Medium Violet Red. HEX triplet: D6, 03 and 77. RGB value is (214,3,119). Sum of RGB (Red+Green+Blue) = 214+3+119=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60377 is #29FC88. Grayscale: #4F4F4F. Windows color (decimal): -2751625 or 7799766. OLE color: 7799766.

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

Color convert

RGB 214 3 119 -
CMYK 0 0.99 0.44 0.16
HSL 327.01º 0.97% 0.43% -
HSV(B) 327.01º 0.99% 0.84% -
XYZ 31.09 15.69 18.84 -
YUV 79.31 150.4 224.07 -
System Red Green Blue C M Y K H S L
Decimal 214 3 119 0 0.99 0.44 0.16 327.01 0.97 0.43
Hex D6 3 77 0 63 2C 10 147 61 2B
Octal 326 3 167 0 143 54 20 507 141 53
Binary 11010110 11 1110111 0 1100011 101100 10000 101000111 1100001 101011

Color Harmonies of #D60377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60377

Black with #D60377

Text Example


Text Example

White with #D60377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60377; }

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

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

background-color css

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

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

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

border-color css

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

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

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