Html Css Color HEX #D9526B Cabaret

📋 copy color: '#D9526B'

red 217 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #D9526B

Tints of Cabaret #D9526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 53.45%
G = 20.2%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9526B (or 0xD9526B) is known color: Cabaret. HEX triplet: D9, 52 and 6B. RGB value is (217,82,107). Sum of RGB (Red+Green+Blue) = 217+82+107=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9526B is #26AD94. Grayscale: #7D7D7D. Windows color (decimal): -2534805 or 7033561. OLE color: 7033561.

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

Color convert

RGB 217 82 107 -
CMYK 0 0.62 0.51 0.15
HSL 348.89º 0.64% 0.59% -
HSV(B) 348.89º 0.62% 0.85% -
XYZ 34.29 21.85 16.32 -
YUV 125.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 217 82 107 0 0.62 0.51 0.15 348.89 0.64 0.59
Hex D9 52 6B 0 3E 33 F 15D 40 3B
Octal 331 122 153 0 76 63 17 535 100 73
Binary 11011001 1010010 1101011 0 111110 110011 1111 101011101 1000000 111011

Color Harmonies of #D9526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9526B

Black with #D9526B

Text Example


Text Example

White with #D9526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9526B; }

 p { color: rgb(217,82,107); }

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

background-color css

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

 a { background-color: rgb(217,82,107); }

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

border-color css

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

 span { border-color: rgb(217,82,107); }

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