Html Css Color HEX #D6078A Medium Violet Red

📋 copy color: '#D6078A'

red 214 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #D6078A

Tints of Medium Violet Red #D6078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 59.61%
G = 1.95%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6078A (or 0xD6078A) is known color: Medium Violet Red. HEX triplet: D6, 07 and 8A. RGB value is (214,7,138). Sum of RGB (Red+Green+Blue) = 214+7+138=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6078A is #29F875. Grayscale: #535353. Windows color (decimal): -2750582 or 9045974. OLE color: 9045974.

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

Color convert

RGB 214 7 138 -
CMYK 0 0.97 0.36 0.16
HSL 322.03º 0.94% 0.43% -
HSV(B) 322.03º 0.97% 0.84% -
XYZ 32.39 16.28 25.48 -
YUV 83.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 214 7 138 0 0.97 0.36 0.16 322.03 0.94 0.43
Hex D6 7 8A 0 61 24 10 142 5E 2B
Octal 326 7 212 0 141 44 20 502 136 53
Binary 11010110 111 10001010 0 1100001 100100 10000 101000010 1011110 101011

Color Harmonies of #D6078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6078A

Black with #D6078A

Text Example


Text Example

White with #D6078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6078A; }

 p { color: rgb(214,7,138); }

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

background-color css

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

 a { background-color: rgb(214,7,138); }

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

border-color css

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

 span { border-color: rgb(214,7,138); }

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