Html Css Color HEX #D60382 Medium Violet Red

📋 copy color: '#D60382'

red 214 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #D60382

Tints of Medium Violet Red #D60382

RGB

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

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

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

R = 61.67%
G = 0.86%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D60382 (or 0xD60382) is known color: Medium Violet Red. HEX triplet: D6, 03 and 82. RGB value is (214,3,130). Sum of RGB (Red+Green+Blue) = 214+3+130=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60382 is #29FC7D. Grayscale: #505050. Windows color (decimal): -2751614 or 8520662. OLE color: 8520662.

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

Color convert

RGB 214 3 130 -
CMYK 0 0.99 0.39 0.16
HSL 323.89º 0.97% 0.43% -
HSV(B) 323.89º 0.99% 0.84% -
XYZ 31.79 15.97 22.53 -
YUV 80.57 155.9 223.17 -
System Red Green Blue C M Y K H S L
Decimal 214 3 130 0 0.99 0.39 0.16 323.89 0.97 0.43
Hex D6 3 82 0 63 27 10 144 61 2B
Octal 326 3 202 0 143 47 20 504 141 53
Binary 11010110 11 10000010 0 1100011 100111 10000 101000100 1100001 101011

Color Harmonies of #D60382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60382

Black with #D60382

Text Example


Text Example

White with #D60382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60382; }

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

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

background-color css

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

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

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

border-color css

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

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

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