Html Css Color HEX #D5596D Cabaret

📋 copy color: '#D5596D'

red 213 ◦ green 89 ◦ blue 109

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

Shades of Cabaret #D5596D

Tints of Cabaret #D5596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 51.82%
G = 21.65%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5596D (or 0xD5596D) is known color: Cabaret. HEX triplet: D5, 59 and 6D. RGB value is (213,89,109). Sum of RGB (Red+Green+Blue) = 213+89+109=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5596D is #2AA692. Grayscale: #808080. Windows color (decimal): -2795155 or 7166421. OLE color: 7166421.

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

Color convert

RGB 213 89 109 -
CMYK 0 0.58 0.49 0.16
HSL 350.32º 0.6% 0.59% -
HSV(B) 350.32º 0.58% 0.84% -
XYZ 33.77 22.4 17.01 -
YUV 128.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 213 89 109 0 0.58 0.49 0.16 350.32 0.6 0.59
Hex D5 59 6D 0 3A 31 10 15E 3C 3B
Octal 325 131 155 0 72 61 20 536 74 73
Binary 11010101 1011001 1101101 0 111010 110001 10000 101011110 111100 111011

Color Harmonies of #D5596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5596D

Black with #D5596D

Text Example


Text Example

White with #D5596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5596D; }

 p { color: rgb(213,89,109); }

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

background-color css

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

 a { background-color: rgb(213,89,109); }

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

border-color css

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

 span { border-color: rgb(213,89,109); }

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