Html Css Color HEX #D5536E Cabaret

📋 copy color: '#D5536E'

red 213 ◦ green 83 ◦ blue 110

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

Shades of Cabaret #D5536E

Tints of Cabaret #D5536E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 52.46%
G = 20.44%
B = 27.09%

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

#D5536E (or 0xD5536E) is known color: Cabaret. HEX triplet: D5, 53 and 6E. RGB value is (213,83,110). Sum of RGB (Red+Green+Blue) = 213+83+110=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5536E is #2AAC91. Grayscale: #7C7C7C. Windows color (decimal): -2796690 or 7230421. OLE color: 7230421.

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

Color convert

RGB 213 83 110 -
CMYK 0 0.61 0.48 0.16
HSL 347.54º 0.61% 0.58% -
HSV(B) 347.54º 0.61% 0.84% -
XYZ 33.35 21.46 17.14 -
YUV 124.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 213 83 110 0 0.61 0.48 0.16 347.54 0.61 0.58
Hex D5 53 6E 0 3D 30 10 15C 3D 3A
Octal 325 123 156 0 75 60 20 534 75 72
Binary 11010101 1010011 1101110 0 111101 110000 10000 101011100 111101 111010

Color Harmonies of #D5536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5536E

Black with #D5536E

Text Example


Text Example

White with #D5536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5536E; }

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

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

background-color css

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

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

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

border-color css

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

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

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