Html Css Color HEX #D80698 Medium Violet Red

📋 copy color: '#D80698'

red 216 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #D80698

Tints of Medium Violet Red #D80698

RGB

 RED value IS 216 (84.77% from 255) = 57.75%

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 57.75%
G = 1.6%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D80698 (or 0xD80698) is known color: Medium Violet Red. HEX triplet: D8, 06 and 98. RGB value is (216,6,152). Sum of RGB (Red+Green+Blue) = 216+6+152=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D80698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80698 is #27F967. Grayscale: #555555. Windows color (decimal): -2619752 or 9963224. OLE color: 9963224.

HSL color Cylindrical-coordinate representation of color #D80698: hue angle of 318.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80698 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 152 -
CMYK 0 0.97 0.30 0.15
HSL 318.29º 0.95% 0.44% -
HSV(B) 318.29º 0.97% 0.85% -
XYZ 34.05 17 31.19 -
YUV 85.43 165.57 221.13 -
System Red Green Blue C M Y K H S L
Decimal 216 6 152 0 0.97 0.30 0.15 318.29 0.95 0.44
Hex D8 6 98 0 61 1E F 13E 5F 2C
Octal 330 6 230 0 141 36 17 476 137 54
Binary 11011000 110 10011000 0 1100001 11110 1111 100111110 1011111 101100

Color Harmonies of #D80698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80698

Black with #D80698

Text Example


Text Example

White with #D80698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80698; }

 p { color: rgb(216,6,152); }

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

background-color css

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

 a { background-color: rgb(216,6,152); }

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

border-color css

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

 span { border-color: rgb(216,6,152); }

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