Html Css Color HEX #D5506D Cabaret

📋 copy color: '#D5506D'

red 213 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D5506D

Tints of Cabaret #D5506D

RGB

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

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

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

R = 52.99%
G = 19.9%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5506D (or 0xD5506D) is known color: Cabaret. HEX triplet: D5, 50 and 6D. RGB value is (213,80,109). Sum of RGB (Red+Green+Blue) = 213+80+109=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5506D is #2AAF92. Grayscale: #7B7B7B. Windows color (decimal): -2797459 or 7164117. OLE color: 7164117.

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

Color convert

RGB 213 80 109 -
CMYK 0 0.62 0.49 0.16
HSL 346.92º 0.61% 0.57% -
HSV(B) 346.92º 0.62% 0.84% -
XYZ 33.07 20.99 16.78 -
YUV 123.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 213 80 109 0 0.62 0.49 0.16 346.92 0.61 0.57
Hex D5 50 6D 0 3E 31 10 15B 3D 39
Octal 325 120 155 0 76 61 20 533 75 71
Binary 11010101 1010000 1101101 0 111110 110001 10000 101011011 111101 111001

Color Harmonies of #D5506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5506D

Black with #D5506D

Text Example


Text Example

White with #D5506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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