Html Css Color HEX #D3506D Cabaret

📋 copy color: '#D3506D'

red 211 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D3506D

Tints of Cabaret #D3506D

RGB

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

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

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

R = 52.75%
G = 20%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3506D (or 0xD3506D) is known color: Cabaret. HEX triplet: D3, 50 and 6D. RGB value is (211,80,109). Sum of RGB (Red+Green+Blue) = 211+80+109=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3506D is #2CAF92. Grayscale: #7A7A7A. Windows color (decimal): -2928531 or 7164115. OLE color: 7164115.

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

Color convert

RGB 211 80 109 -
CMYK 0 0.62 0.48 0.17
HSL 346.72º 0.6% 0.57% -
HSV(B) 346.72º 0.62% 0.83% -
XYZ 32.49 20.69 16.75 -
YUV 122.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 211 80 109 0 0.62 0.48 0.17 346.72 0.6 0.57
Hex D3 50 6D 0 3E 30 11 15B 3C 39
Octal 323 120 155 0 76 60 21 533 74 71
Binary 11010011 1010000 1101101 0 111110 110000 10001 101011011 111100 111001

Color Harmonies of #D3506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3506D

Black with #D3506D

Text Example


Text Example

White with #D3506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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