Html Css Color HEX #D5576C Cabaret

📋 copy color: '#D5576C'

red 213 ◦ green 87 ◦ blue 108

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

Shades of Cabaret #D5576C

Tints of Cabaret #D5576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 52.21%
G = 21.32%
B = 26.47%

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

#D5576C (or 0xD5576C) is known color: Cabaret. HEX triplet: D5, 57 and 6C. RGB value is (213,87,108). Sum of RGB (Red+Green+Blue) = 213+87+108=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5576C is #2AA893. Grayscale: #7F7F7F. Windows color (decimal): -2795668 or 7100373. OLE color: 7100373.

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

Color convert

RGB 213 87 108 -
CMYK 0 0.59 0.49 0.16
HSL 350º 0.6% 0.59% -
HSV(B) 350º 0.59% 0.84% -
XYZ 33.56 22.05 16.67 -
YUV 127.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 213 87 108 0 0.59 0.49 0.16 350 0.6 0.59
Hex D5 57 6C 0 3B 31 10 15E 3C 3B
Octal 325 127 154 0 73 61 20 536 74 73
Binary 11010101 1010111 1101100 0 111011 110001 10000 101011110 111100 111011

Color Harmonies of #D5576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5576C

Black with #D5576C

Text Example


Text Example

White with #D5576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5576C; }

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

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

background-color css

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

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

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

border-color css

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

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

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