Html Css Color HEX #D5576E Cabaret

📋 copy color: '#D5576E'

red 213 ◦ green 87 ◦ blue 110

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

Shades of Cabaret #D5576E

Tints of Cabaret #D5576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 51.95%
G = 21.22%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5576E (or 0xD5576E) is known color: Cabaret. HEX triplet: D5, 57 and 6E. RGB value is (213,87,110). Sum of RGB (Red+Green+Blue) = 213+87+110=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5576E is #2AA891. Grayscale: #7F7F7F. Windows color (decimal): -2795666 or 7231445. OLE color: 7231445.

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

Color convert

RGB 213 87 110 -
CMYK 0 0.59 0.48 0.16
HSL 349.05º 0.6% 0.59% -
HSV(B) 349.05º 0.59% 0.84% -
XYZ 33.66 22.09 17.24 -
YUV 127.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 213 87 110 0 0.59 0.48 0.16 349.05 0.6 0.59
Hex D5 57 6E 0 3B 30 10 15D 3C 3B
Octal 325 127 156 0 73 60 20 535 74 73
Binary 11010101 1010111 1101110 0 111011 110000 10000 101011101 111100 111011

Color Harmonies of #D5576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5576E

Black with #D5576E

Text Example


Text Example

White with #D5576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5576E; }

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

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

background-color css

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

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

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

border-color css

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

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

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