Html Css Color HEX #D60182 Medium Violet Red

📋 copy color: '#D60182'

red 214 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #D60182

Tints of Medium Violet Red #D60182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 62.03%
G = 0.29%
B = 37.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D60182 (or 0xD60182) is known color: Medium Violet Red. HEX triplet: D6, 01 and 82. RGB value is (214,1,130). Sum of RGB (Red+Green+Blue) = 214+1+130=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D60182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60182 is #29FE7D. Grayscale: #4F4F4F. Windows color (decimal): -2752126 or 8520150. OLE color: 8520150.

HSL color Cylindrical-coordinate representation of color #D60182: hue angle of 323.66º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60182 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 130 -
CMYK 0 1.00 0.39 0.16
HSL 323.66º 0.99% 0.42% -
HSV(B) 323.66º 1% 0.84% -
XYZ 31.77 15.93 22.52 -
YUV 79.39 156.57 224.01 -
System Red Green Blue C M Y K H S L
Decimal 214 1 130 0 1.00 0.39 0.16 323.66 0.99 0.42
Hex D6 1 82 0 64 27 10 144 63 2A
Octal 326 1 202 0 144 47 20 504 143 52
Binary 11010110 1 10000010 0 1100100 100111 10000 101000100 1100011 101010

Color Harmonies of #D60182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60182

Black with #D60182

Text Example


Text Example

White with #D60182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60182; }

 p { color: rgb(214,1,130); }

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

background-color css

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

 a { background-color: rgb(214,1,130); }

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

border-color css

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

 span { border-color: rgb(214,1,130); }

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