Html Css Color HEX #D8536B Cabaret

📋 copy color: '#D8536B'

red 216 ◦ green 83 ◦ blue 107

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

Shades of Cabaret #D8536B

Tints of Cabaret #D8536B

RGB

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

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

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

R = 53.2%
G = 20.44%
B = 26.35%

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

#D8536B (or 0xD8536B) is known color: Cabaret. HEX triplet: D8, 53 and 6B. RGB value is (216,83,107). Sum of RGB (Red+Green+Blue) = 216+83+107=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8536B is #27AC94. Grayscale: #7D7D7D. Windows color (decimal): -2600085 or 7033816. OLE color: 7033816.

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

Color convert

RGB 216 83 107 -
CMYK 0 0.62 0.50 0.15
HSL 349.17º 0.63% 0.59% -
HSV(B) 349.17º 0.62% 0.85% -
XYZ 34.07 21.85 16.33 -
YUV 125.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 216 83 107 0 0.62 0.50 0.15 349.17 0.63 0.59
Hex D8 53 6B 0 3E 32 F 15D 3F 3B
Octal 330 123 153 0 76 62 17 535 77 73
Binary 11011000 1010011 1101011 0 111110 110010 1111 101011101 111111 111011

Color Harmonies of #D8536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8536B

Black with #D8536B

Text Example


Text Example

White with #D8536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8536B; }

 p { color: rgb(216,83,107); }

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

background-color css

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

 a { background-color: rgb(216,83,107); }

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

border-color css

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

 span { border-color: rgb(216,83,107); }

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