Html Css Color HEX #D8516B Cabaret

📋 copy color: '#D8516B'

red 216 ◦ green 81 ◦ blue 107

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

Shades of Cabaret #D8516B

Tints of Cabaret #D8516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.05%

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 53.47%
G = 20.05%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8516B (or 0xD8516B) is known color: Cabaret. HEX triplet: D8, 51 and 6B. RGB value is (216,81,107). Sum of RGB (Red+Green+Blue) = 216+81+107=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8516B is #27AE94. Grayscale: #7C7C7C. Windows color (decimal): -2600597 or 7033304. OLE color: 7033304.

HSL color Cylindrical-coordinate representation of color #D8516B: hue angle of 348.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8516B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 107 -
CMYK 0 0.62 0.50 0.15
HSL 348.44º 0.63% 0.58% -
HSV(B) 348.44º 0.63% 0.85% -
XYZ 33.92 21.55 16.28 -
YUV 124.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 216 81 107 0 0.62 0.50 0.15 348.44 0.63 0.58
Hex D8 51 6B 0 3E 32 F 15C 3F 3A
Octal 330 121 153 0 76 62 17 534 77 72
Binary 11011000 1010001 1101011 0 111110 110010 1111 101011100 111111 111010

Color Harmonies of #D8516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8516B

Black with #D8516B

Text Example


Text Example

White with #D8516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8516B; }

 p { color: rgb(216,81,107); }

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

background-color css

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

 a { background-color: rgb(216,81,107); }

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

border-color css

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

 span { border-color: rgb(216,81,107); }

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