Html Css Color HEX #D3526D Cabaret

📋 copy color: '#D3526D'

red 211 ◦ green 82 ◦ blue 109

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

Shades of Cabaret #D3526D

Tints of Cabaret #D3526D

RGB

 RED value IS 211 (82.81% from 255) = 52.49%

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

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 52.49%
G = 20.4%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3526D (or 0xD3526D) is known color: Cabaret. HEX triplet: D3, 52 and 6D. RGB value is (211,82,109). Sum of RGB (Red+Green+Blue) = 211+82+109=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3526D is #2CAD92. Grayscale: #7B7B7B. Windows color (decimal): -2928019 or 7164627. OLE color: 7164627.

HSL color Cylindrical-coordinate representation of color #D3526D: hue angle of 347.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3526D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 109 -
CMYK 0 0.61 0.48 0.17
HSL 347.44º 0.59% 0.57% -
HSV(B) 347.44º 0.61% 0.83% -
XYZ 32.64 20.99 16.8 -
YUV 123.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 211 82 109 0 0.61 0.48 0.17 347.44 0.59 0.57
Hex D3 52 6D 0 3D 30 11 15B 3B 39
Octal 323 122 155 0 75 60 21 533 73 71
Binary 11010011 1010010 1101101 0 111101 110000 10001 101011011 111011 111001

Color Harmonies of #D3526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3526D

Black with #D3526D

Text Example


Text Example

White with #D3526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3526D; }

 p { color: rgb(211,82,109); }

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

background-color css

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

 a { background-color: rgb(211,82,109); }

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

border-color css

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

 span { border-color: rgb(211,82,109); }

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