Html Css Color HEX #D5506C Cabaret

📋 copy color: '#D5506C'

red 213 ◦ green 80 ◦ blue 108

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

Shades of Cabaret #D5506C

Tints of Cabaret #D5506C

RGB

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

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

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

R = 53.12%
G = 19.95%
B = 26.93%

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

#D5506C (or 0xD5506C) is known color: Cabaret. HEX triplet: D5, 50 and 6C. RGB value is (213,80,108). Sum of RGB (Red+Green+Blue) = 213+80+108=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5506C is #2AAF93. Grayscale: #7A7A7A. Windows color (decimal): -2797460 or 7098581. OLE color: 7098581.

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

Color convert

RGB 213 80 108 -
CMYK 0 0.62 0.49 0.16
HSL 347.37º 0.61% 0.57% -
HSV(B) 347.37º 0.62% 0.84% -
XYZ 33.02 20.97 16.49 -
YUV 122.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 213 80 108 0 0.62 0.49 0.16 347.37 0.61 0.57
Hex D5 50 6C 0 3E 31 10 15B 3D 39
Octal 325 120 154 0 76 61 20 533 75 71
Binary 11010101 1010000 1101100 0 111110 110001 10000 101011011 111101 111001

Color Harmonies of #D5506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5506C

Black with #D5506C

Text Example


Text Example

White with #D5506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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