Html Css Color HEX #D5506E Cabaret

📋 copy color: '#D5506E'

red 213 ◦ green 80 ◦ blue 110

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

Shades of Cabaret #D5506E

Tints of Cabaret #D5506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 52.85%
G = 19.85%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5506E (or 0xD5506E) is known color: Cabaret. HEX triplet: D5, 50 and 6E. RGB value is (213,80,110). Sum of RGB (Red+Green+Blue) = 213+80+110=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5506E is #2AAF91. Grayscale: #7B7B7B. Windows color (decimal): -2797458 or 7229653. OLE color: 7229653.

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

Color convert

RGB 213 80 110 -
CMYK 0 0.62 0.48 0.16
HSL 346.47º 0.61% 0.57% -
HSV(B) 346.47º 0.62% 0.84% -
XYZ 33.12 21.01 17.06 -
YUV 123.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 213 80 110 0 0.62 0.48 0.16 346.47 0.61 0.57
Hex D5 50 6E 0 3E 30 10 15A 3D 39
Octal 325 120 156 0 76 60 20 532 75 71
Binary 11010101 1010000 1101110 0 111110 110000 10000 101011010 111101 111001

Color Harmonies of #D5506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5506E

Black with #D5506E

Text Example


Text Example

White with #D5506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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