Html Css Color HEX #D5526A Cabaret

📋 copy color: '#D5526A'

red 213 ◦ green 82 ◦ blue 106

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

Shades of Cabaret #D5526A

Tints of Cabaret #D5526A

RGB

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

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

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

R = 53.12%
G = 20.45%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5526A (or 0xD5526A) is known color: Cabaret. HEX triplet: D5, 52 and 6A. RGB value is (213,82,106). Sum of RGB (Red+Green+Blue) = 213+82+106=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5526A is #2AAD95. Grayscale: #7B7B7B. Windows color (decimal): -2796950 or 6968021. OLE color: 6968021.

HSL color Cylindrical-coordinate representation of color #D5526A: hue angle of 349.01º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5526A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 106 -
CMYK 0 0.62 0.50 0.16
HSL 349.01º 0.61% 0.58% -
HSV(B) 349.01º 0.62% 0.84% -
XYZ 33.06 21.22 15.99 -
YUV 123.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 213 82 106 0 0.62 0.50 0.16 349.01 0.61 0.58
Hex D5 52 6A 0 3E 32 10 15D 3D 3A
Octal 325 122 152 0 76 62 20 535 75 72
Binary 11010101 1010010 1101010 0 111110 110010 10000 101011101 111101 111010

Color Harmonies of #D5526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5526A

Black with #D5526A

Text Example


Text Example

White with #D5526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5526A; }

 p { color: rgb(213,82,106); }

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

background-color css

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

 a { background-color: rgb(213,82,106); }

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

border-color css

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

 span { border-color: rgb(213,82,106); }

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