Html Css Color HEX #D5536F Cabaret

📋 copy color: '#D5536F'

red 213 ◦ green 83 ◦ blue 111

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

Shades of Cabaret #D5536F

Tints of Cabaret #D5536F

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

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

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

R = 52.33%
G = 20.39%
B = 27.27%

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

#D5536F (or 0xD5536F) is known color: Cabaret. HEX triplet: D5, 53 and 6F. RGB value is (213,83,111). Sum of RGB (Red+Green+Blue) = 213+83+111=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5536F is #2AAC90. Grayscale: #7D7D7D. Windows color (decimal): -2796689 or 7295957. OLE color: 7295957.

HSL color Cylindrical-coordinate representation of color #D5536F: hue angle of 347.08º degrees, saturation: 0.61, 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 #D5536F is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 111 -
CMYK 0 0.61 0.48 0.16
HSL 347.08º 0.61% 0.58% -
HSV(B) 347.08º 0.61% 0.84% -
XYZ 33.4 21.48 17.42 -
YUV 125.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 213 83 111 0 0.61 0.48 0.16 347.08 0.61 0.58
Hex D5 53 6F 0 3D 30 10 15B 3D 3A
Octal 325 123 157 0 75 60 20 533 75 72
Binary 11010101 1010011 1101111 0 111101 110000 10000 101011011 111101 111010

Color Harmonies of #D5536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5536F

Black with #D5536F

Text Example


Text Example

White with #D5536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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