Html Css Color HEX #D8068C Medium Violet Red

📋 copy color: '#D8068C'

red 216 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #D8068C

Tints of Medium Violet Red #D8068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 59.67%
G = 1.66%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8068C (or 0xD8068C) is known color: Medium Violet Red. HEX triplet: D8, 06 and 8C. RGB value is (216,6,140). Sum of RGB (Red+Green+Blue) = 216+6+140=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8068C is #27F973. Grayscale: #535353. Windows color (decimal): -2619764 or 9176792. OLE color: 9176792.

HSL color Cylindrical-coordinate representation of color #D8068C: hue angle of 321.71º 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 #D8068C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 140 -
CMYK 0 0.97 0.35 0.15
HSL 321.71º 0.95% 0.44% -
HSV(B) 321.71º 0.97% 0.85% -
XYZ 33.12 16.62 26.27 -
YUV 84.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 216 6 140 0 0.97 0.35 0.15 321.71 0.95 0.44
Hex D8 6 8C 0 61 23 F 142 5F 2C
Octal 330 6 214 0 141 43 17 502 137 54
Binary 11011000 110 10001100 0 1100001 100011 1111 101000010 1011111 101100

Color Harmonies of #D8068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8068C

Black with #D8068C

Text Example


Text Example

White with #D8068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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