Html Css Color HEX #D8506C Cabaret

📋 copy color: '#D8506C'

red 216 ◦ green 80 ◦ blue 108

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

Shades of Cabaret #D8506C

Tints of Cabaret #D8506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 53.47%
G = 19.8%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8506C (or 0xD8506C) is known color: Cabaret. HEX triplet: D8, 50 and 6C. RGB value is (216,80,108). Sum of RGB (Red+Green+Blue) = 216+80+108=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8506C is #27AF93. Grayscale: #7B7B7B. Windows color (decimal): -2600852 or 7098584. OLE color: 7098584.

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

Color convert

RGB 216 80 108 -
CMYK 0 0.63 0.50 0.15
HSL 347.65º 0.64% 0.58% -
HSV(B) 347.65º 0.63% 0.85% -
XYZ 33.89 21.42 16.54 -
YUV 123.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 216 80 108 0 0.63 0.50 0.15 347.65 0.64 0.58
Hex D8 50 6C 0 3F 32 F 15C 40 3A
Octal 330 120 154 0 77 62 17 534 100 72
Binary 11011000 1010000 1101100 0 111111 110010 1111 101011100 1000000 111010

Color Harmonies of #D8506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8506C

Black with #D8506C

Text Example


Text Example

White with #D8506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8506C; }

 p { color: rgb(216,80,108); }

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

background-color css

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

 a { background-color: rgb(216,80,108); }

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

border-color css

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

 span { border-color: rgb(216,80,108); }

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