Html Css Color HEX #D9546B Cabaret

📋 copy color: '#D9546B'

red 217 ◦ green 84 ◦ blue 107

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

Shades of Cabaret #D9546B

Tints of Cabaret #D9546B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 53.19%
G = 20.59%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9546B (or 0xD9546B) is known color: Cabaret. HEX triplet: D9, 54 and 6B. RGB value is (217,84,107). Sum of RGB (Red+Green+Blue) = 217+84+107=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9546B is #26AB94. Grayscale: #7E7E7E. Windows color (decimal): -2534293 or 7034073. OLE color: 7034073.

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

Color convert

RGB 217 84 107 -
CMYK 0 0.61 0.51 0.15
HSL 349.62º 0.64% 0.59% -
HSV(B) 349.62º 0.61% 0.85% -
XYZ 34.44 22.15 16.37 -
YUV 126.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 217 84 107 0 0.61 0.51 0.15 349.62 0.64 0.59
Hex D9 54 6B 0 3D 33 F 15E 40 3B
Octal 331 124 153 0 75 63 17 536 100 73
Binary 11011001 1010100 1101011 0 111101 110011 1111 101011110 1000000 111011

Color Harmonies of #D9546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9546B

Black with #D9546B

Text Example


Text Example

White with #D9546B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9546B; }

 p { color: rgb(217,84,107); }

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

background-color css

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

 a { background-color: rgb(217,84,107); }

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

border-color css

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

 span { border-color: rgb(217,84,107); }

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