Html Css Color HEX #D7536F Cabaret

📋 copy color: '#D7536F'

red 215 ◦ green 83 ◦ blue 111

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

Shades of Cabaret #D7536F

Tints of Cabaret #D7536F

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

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

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 52.57%
G = 20.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7536F (or 0xD7536F) is known color: Cabaret. HEX triplet: D7, 53 and 6F. RGB value is (215,83,111). Sum of RGB (Red+Green+Blue) = 215+83+111=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7536F is #28AC90. Grayscale: #7D7D7D. Windows color (decimal): -2665617 or 7295959. OLE color: 7295959.

HSL color Cylindrical-coordinate representation of color #D7536F: hue angle of 347.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7536F is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 111 -
CMYK 0 0.61 0.48 0.16
HSL 347.27º 0.62% 0.58% -
HSV(B) 347.27º 0.61% 0.84% -
XYZ 33.99 21.78 17.45 -
YUV 125.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 215 83 111 0 0.61 0.48 0.16 347.27 0.62 0.58
Hex D7 53 6F 0 3D 30 10 15B 3E 3A
Octal 327 123 157 0 75 60 20 533 76 72
Binary 11010111 1010011 1101111 0 111101 110000 10000 101011011 111110 111010

Color Harmonies of #D7536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7536F

Black with #D7536F

Text Example


Text Example

White with #D7536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7536F; }

 p { color: rgb(215,83,111); }

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

background-color css

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

 a { background-color: rgb(215,83,111); }

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

border-color css

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

 span { border-color: rgb(215,83,111); }

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