Html Css Color HEX #D8506E Cabaret

📋 copy color: '#D8506E'

red 216 ◦ green 80 ◦ blue 110

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

Shades of Cabaret #D8506E

Tints of Cabaret #D8506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 53.2%
G = 19.7%
B = 27.09%

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

#D8506E (or 0xD8506E) is known color: Cabaret. HEX triplet: D8, 50 and 6E. RGB value is (216,80,110). Sum of RGB (Red+Green+Blue) = 216+80+110=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8506E is #27AF91. Grayscale: #7C7C7C. Windows color (decimal): -2600850 or 7229656. OLE color: 7229656.

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

Color convert

RGB 216 80 110 -
CMYK 0 0.63 0.49 0.15
HSL 346.76º 0.64% 0.58% -
HSV(B) 346.76º 0.63% 0.85% -
XYZ 34 21.46 17.1 -
YUV 124.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 216 80 110 0 0.63 0.49 0.15 346.76 0.64 0.58
Hex D8 50 6E 0 3F 31 F 15B 40 3A
Octal 330 120 156 0 77 61 17 533 100 72
Binary 11011000 1010000 1101110 0 111111 110001 1111 101011011 1000000 111010

Color Harmonies of #D8506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8506E

Black with #D8506E

Text Example


Text Example

White with #D8506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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