Html Css Color HEX #D5576A Cabaret

📋 copy color: '#D5576A'

red 213 ◦ green 87 ◦ blue 106

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

Shades of Cabaret #D5576A

Tints of Cabaret #D5576A

RGB

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

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

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

R = 52.46%
G = 21.43%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5576A (or 0xD5576A) is known color: Cabaret. HEX triplet: D5, 57 and 6A. RGB value is (213,87,106). Sum of RGB (Red+Green+Blue) = 213+87+106=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5576A is #2AA895. Grayscale: #7E7E7E. Windows color (decimal): -2795670 or 6969301. OLE color: 6969301.

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

Color convert

RGB 213 87 106 -
CMYK 0 0.59 0.50 0.16
HSL 350.95º 0.6% 0.59% -
HSV(B) 350.95º 0.59% 0.84% -
XYZ 33.45 22 16.12 -
YUV 126.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 213 87 106 0 0.59 0.50 0.16 350.95 0.6 0.59
Hex D5 57 6A 0 3B 32 10 15F 3C 3B
Octal 325 127 152 0 73 62 20 537 74 73
Binary 11010101 1010111 1101010 0 111011 110010 10000 101011111 111100 111011

Color Harmonies of #D5576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5576A

Black with #D5576A

Text Example


Text Example

White with #D5576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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