Html Css Color HEX #D9506E Cabaret

📋 copy color: '#D9506E'

red 217 ◦ green 80 ◦ blue 110

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

Shades of Cabaret #D9506E

Tints of Cabaret #D9506E

RGB

 RED value IS 217 (85.16% from 255) = 53.32%

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

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

R = 53.32%
G = 19.66%
B = 27.03%

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

#D9506E (or 0xD9506E) is known color: Cabaret. HEX triplet: D9, 50 and 6E. RGB value is (217,80,110). Sum of RGB (Red+Green+Blue) = 217+80+110=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506E is #26AF91. Grayscale: #7C7C7C. Windows color (decimal): -2535314 or 7229657. OLE color: 7229657.

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

Color convert

RGB 217 80 110 -
CMYK 0 0.63 0.49 0.15
HSL 346.86º 0.64% 0.58% -
HSV(B) 346.86º 0.63% 0.85% -
XYZ 34.3 21.61 17.12 -
YUV 124.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 217 80 110 0 0.63 0.49 0.15 346.86 0.64 0.58
Hex D9 50 6E 0 3F 31 F 15B 40 3A
Octal 331 120 156 0 77 61 17 533 100 72
Binary 11011001 1010000 1101110 0 111111 110001 1111 101011011 1000000 111010

Color Harmonies of #D9506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9506E

Black with #D9506E

Text Example


Text Example

White with #D9506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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