Html Css Color HEX #D5506F Cabaret

📋 copy color: '#D5506F'

red 213 ◦ green 80 ◦ blue 111

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

Shades of Cabaret #D5506F

Tints of Cabaret #D5506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 52.72%
G = 19.8%
B = 27.48%

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

#D5506F (or 0xD5506F) is known color: Cabaret. HEX triplet: D5, 50 and 6F. RGB value is (213,80,111). Sum of RGB (Red+Green+Blue) = 213+80+111=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5506F is #2AAF90. Grayscale: #7B7B7B. Windows color (decimal): -2797457 or 7295189. OLE color: 7295189.

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

Color convert

RGB 213 80 111 -
CMYK 0 0.62 0.48 0.16
HSL 346.02º 0.61% 0.57% -
HSV(B) 346.02º 0.62% 0.84% -
XYZ 33.18 21.03 17.35 -
YUV 123.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 213 80 111 0 0.62 0.48 0.16 346.02 0.61 0.57
Hex D5 50 6F 0 3E 30 10 15A 3D 39
Octal 325 120 157 0 76 60 20 532 75 71
Binary 11010101 1010000 1101111 0 111110 110000 10000 101011010 111101 111001

Color Harmonies of #D5506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5506F

Black with #D5506F

Text Example


Text Example

White with #D5506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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