Html Css Color HEX #D60580 Medium Violet Red

📋 copy color: '#D60580'

red 214 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #D60580

Tints of Medium Violet Red #D60580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 61.67%
G = 1.44%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60580 (or 0xD60580) is known color: Medium Violet Red. HEX triplet: D6, 05 and 80. RGB value is (214,5,128). Sum of RGB (Red+Green+Blue) = 214+5+128=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60580 is #29FA7F. Grayscale: #515151. Windows color (decimal): -2751104 or 8390102. OLE color: 8390102.

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

Color convert

RGB 214 5 128 -
CMYK 0 0.98 0.40 0.16
HSL 324.69º 0.95% 0.43% -
HSV(B) 324.69º 0.98% 0.84% -
XYZ 31.68 15.96 21.83 -
YUV 81.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 214 5 128 0 0.98 0.40 0.16 324.69 0.95 0.43
Hex D6 5 80 0 62 28 10 145 5F 2B
Octal 326 5 200 0 142 50 20 505 137 53
Binary 11010110 101 10000000 0 1100010 101000 10000 101000101 1011111 101011

Color Harmonies of #D60580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60580

Black with #D60580

Text Example


Text Example

White with #D60580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60580; }

 p { color: rgb(214,5,128); }

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

background-color css

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

 a { background-color: rgb(214,5,128); }

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

border-color css

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

 span { border-color: rgb(214,5,128); }

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