Html Css Color HEX #D5536A Cabaret

📋 copy color: '#D5536A'

red 213 ◦ green 83 ◦ blue 106

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

Shades of Cabaret #D5536A

Tints of Cabaret #D5536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 52.99%
G = 20.65%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5536A (or 0xD5536A) is known color: Cabaret. HEX triplet: D5, 53 and 6A. RGB value is (213,83,106). Sum of RGB (Red+Green+Blue) = 213+83+106=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5536A is #2AAC95. Grayscale: #7C7C7C. Windows color (decimal): -2796694 or 6968277. OLE color: 6968277.

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

Color convert

RGB 213 83 106 -
CMYK 0 0.61 0.50 0.16
HSL 349.38º 0.61% 0.58% -
HSV(B) 349.38º 0.61% 0.84% -
XYZ 33.14 21.37 16.01 -
YUV 124.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 213 83 106 0 0.61 0.50 0.16 349.38 0.61 0.58
Hex D5 53 6A 0 3D 32 10 15D 3D 3A
Octal 325 123 152 0 75 62 20 535 75 72
Binary 11010101 1010011 1101010 0 111101 110010 10000 101011101 111101 111010

Color Harmonies of #D5536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5536A

Black with #D5536A

Text Example


Text Example

White with #D5536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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