Html Css Color HEX #D5596E Cabaret

📋 copy color: '#D5596E'

red 213 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #D5596E

Tints of Cabaret #D5596E

RGB

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

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

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

R = 51.7%
G = 21.6%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5596E (or 0xD5596E) is known color: Cabaret. HEX triplet: D5, 59 and 6E. RGB value is (213,89,110). Sum of RGB (Red+Green+Blue) = 213+89+110=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5596E is #2AA691. Grayscale: #808080. Windows color (decimal): -2795154 or 7231957. OLE color: 7231957.

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

Color convert

RGB 213 89 110 -
CMYK 0 0.58 0.48 0.16
HSL 349.84º 0.6% 0.59% -
HSV(B) 349.84º 0.58% 0.84% -
XYZ 33.83 22.42 17.3 -
YUV 128.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 213 89 110 0 0.58 0.48 0.16 349.84 0.6 0.59
Hex D5 59 6E 0 3A 30 10 15E 3C 3B
Octal 325 131 156 0 72 60 20 536 74 73
Binary 11010101 1011001 1101110 0 111010 110000 10000 101011110 111100 111011

Color Harmonies of #D5596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5596E

Black with #D5596E

Text Example


Text Example

White with #D5596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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