Html Css Color HEX #D9506A Cabaret

📋 copy color: '#D9506A'

red 217 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #D9506A

Tints of Cabaret #D9506A

RGB

 RED value IS 217 (85.16% from 255) = 53.85%

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

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 53.85%
G = 19.85%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9506A (or 0xD9506A) is known color: Cabaret. HEX triplet: D9, 50 and 6A. RGB value is (217,80,106). Sum of RGB (Red+Green+Blue) = 217+80+106=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506A is #26AF95. Grayscale: #7B7B7B. Windows color (decimal): -2535318 or 6967513. OLE color: 6967513.

HSL color Cylindrical-coordinate representation of color #D9506A: hue angle of 348.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9506A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 106 -
CMYK 0 0.63 0.51 0.15
HSL 348.61º 0.64% 0.58% -
HSV(B) 348.61º 0.63% 0.85% -
XYZ 34.09 21.53 15.99 -
YUV 123.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 217 80 106 0 0.63 0.51 0.15 348.61 0.64 0.58
Hex D9 50 6A 0 3F 33 F 15D 40 3A
Octal 331 120 152 0 77 63 17 535 100 72
Binary 11011001 1010000 1101010 0 111111 110011 1111 101011101 1000000 111010

Color Harmonies of #D9506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9506A

Black with #D9506A

Text Example


Text Example

White with #D9506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9506A; }

 p { color: rgb(217,80,106); }

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

background-color css

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

 a { background-color: rgb(217,80,106); }

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

border-color css

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

 span { border-color: rgb(217,80,106); }

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