Html Css Color HEX #D9506C Cabaret

📋 copy color: '#D9506C'

red 217 ◦ green 80 ◦ blue 108

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

Shades of Cabaret #D9506C

Tints of Cabaret #D9506C

RGB

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

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

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

R = 53.58%
G = 19.75%
B = 26.67%

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

#D9506C (or 0xD9506C) is known color: Cabaret. HEX triplet: D9, 50 and 6C. RGB value is (217,80,108). Sum of RGB (Red+Green+Blue) = 217+80+108=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506C is #26AF93. Grayscale: #7C7C7C. Windows color (decimal): -2535316 or 7098585. OLE color: 7098585.

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

Color convert

RGB 217 80 108 -
CMYK 0 0.63 0.50 0.15
HSL 347.74º 0.64% 0.58% -
HSV(B) 347.74º 0.63% 0.85% -
XYZ 34.19 21.57 16.55 -
YUV 124.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 217 80 108 0 0.63 0.50 0.15 347.74 0.64 0.58
Hex D9 50 6C 0 3F 32 F 15C 40 3A
Octal 331 120 154 0 77 62 17 534 100 72
Binary 11011001 1010000 1101100 0 111111 110010 1111 101011100 1000000 111010

Color Harmonies of #D9506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9506C

Black with #D9506C

Text Example


Text Example

White with #D9506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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