Html Css Color HEX #D60380 Medium Violet Red

📋 copy color: '#D60380'

red 214 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #D60380

Tints of Medium Violet Red #D60380

RGB

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

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

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

R = 62.03%
G = 0.87%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60380 (or 0xD60380) is known color: Medium Violet Red. HEX triplet: D6, 03 and 80. RGB value is (214,3,128). Sum of RGB (Red+Green+Blue) = 214+3+128=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D60380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60380 is #29FC7F. Grayscale: #505050. Windows color (decimal): -2751616 or 8389590. OLE color: 8389590.

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

Color convert

RGB 214 3 128 -
CMYK 0 0.99 0.40 0.16
HSL 324.46º 0.97% 0.43% -
HSV(B) 324.46º 0.99% 0.84% -
XYZ 31.66 15.92 21.83 -
YUV 80.34 154.9 223.34 -
System Red Green Blue C M Y K H S L
Decimal 214 3 128 0 0.99 0.40 0.16 324.46 0.97 0.43
Hex D6 3 80 0 63 28 10 144 61 2B
Octal 326 3 200 0 143 50 20 504 141 53
Binary 11010110 11 10000000 0 1100011 101000 10000 101000100 1100001 101011

Color Harmonies of #D60380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60380

Black with #D60380

Text Example


Text Example

White with #D60380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60380; }

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

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

background-color css

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

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

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

border-color css

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

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

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