Html Css Color HEX #D5576D Cabaret

📋 copy color: '#D5576D'

red 213 ◦ green 87 ◦ blue 109

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

Shades of Cabaret #D5576D

Tints of Cabaret #D5576D

RGB

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

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

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

R = 52.08%
G = 21.27%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5576D (or 0xD5576D) is known color: Cabaret. HEX triplet: D5, 57 and 6D. RGB value is (213,87,109). Sum of RGB (Red+Green+Blue) = 213+87+109=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5576D is #2AA892. Grayscale: #7F7F7F. Windows color (decimal): -2795667 or 7165909. OLE color: 7165909.

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

Color convert

RGB 213 87 109 -
CMYK 0 0.59 0.49 0.16
HSL 349.52º 0.6% 0.59% -
HSV(B) 349.52º 0.59% 0.84% -
XYZ 33.61 22.07 16.96 -
YUV 127.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 213 87 109 0 0.59 0.49 0.16 349.52 0.6 0.59
Hex D5 57 6D 0 3B 31 10 15E 3C 3B
Octal 325 127 155 0 73 61 20 536 74 73
Binary 11010101 1010111 1101101 0 111011 110001 10000 101011110 111100 111011

Color Harmonies of #D5576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5576D

Black with #D5576D

Text Example


Text Example

White with #D5576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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