Html Css Color HEX #D9536D Cabaret

📋 copy color: '#D9536D'

red 217 ◦ green 83 ◦ blue 109

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

Shades of Cabaret #D9536D

Tints of Cabaret #D9536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 53.06%
G = 20.29%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9536D (or 0xD9536D) is known color: Cabaret. HEX triplet: D9, 53 and 6D. RGB value is (217,83,109). Sum of RGB (Red+Green+Blue) = 217+83+109=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9536D is #26AC92. Grayscale: #7E7E7E. Windows color (decimal): -2534547 or 7164889. OLE color: 7164889.

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

Color convert

RGB 217 83 109 -
CMYK 0 0.62 0.50 0.15
HSL 348.36º 0.64% 0.59% -
HSV(B) 348.36º 0.62% 0.85% -
XYZ 34.47 22.04 16.91 -
YUV 126.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 217 83 109 0 0.62 0.50 0.15 348.36 0.64 0.59
Hex D9 53 6D 0 3E 32 F 15C 40 3B
Octal 331 123 155 0 76 62 17 534 100 73
Binary 11011001 1010011 1101101 0 111110 110010 1111 101011100 1000000 111011

Color Harmonies of #D9536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9536D

Black with #D9536D

Text Example


Text Example

White with #D9536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9536D; }

 p { color: rgb(217,83,109); }

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

background-color css

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

 a { background-color: rgb(217,83,109); }

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

border-color css

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

 span { border-color: rgb(217,83,109); }

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