Html Css Color HEX #D8506F Cabaret

📋 copy color: '#D8506F'

red 216 ◦ green 80 ◦ blue 111

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

Shades of Cabaret #D8506F

Tints of Cabaret #D8506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 53.07%
G = 19.66%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8506F (or 0xD8506F) is known color: Cabaret. HEX triplet: D8, 50 and 6F. RGB value is (216,80,111). Sum of RGB (Red+Green+Blue) = 216+80+111=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8506F is #27AF90. Grayscale: #7C7C7C. Windows color (decimal): -2600849 or 7295192. OLE color: 7295192.

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

Color convert

RGB 216 80 111 -
CMYK 0 0.63 0.49 0.15
HSL 346.32º 0.64% 0.58% -
HSV(B) 346.32º 0.63% 0.85% -
XYZ 34.06 21.48 17.39 -
YUV 124.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 216 80 111 0 0.63 0.49 0.15 346.32 0.64 0.58
Hex D8 50 6F 0 3F 31 F 15A 40 3A
Octal 330 120 157 0 77 61 17 532 100 72
Binary 11011000 1010000 1101111 0 111111 110001 1111 101011010 1000000 111010

Color Harmonies of #D8506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8506F

Black with #D8506F

Text Example


Text Example

White with #D8506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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