Html Css Color HEX #D3506A Cabaret

📋 copy color: '#D3506A'

red 211 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #D3506A

Tints of Cabaret #D3506A

RGB

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

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

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

R = 53.15%
G = 20.15%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3506A (or 0xD3506A) is known color: Cabaret. HEX triplet: D3, 50 and 6A. RGB value is (211,80,106). Sum of RGB (Red+Green+Blue) = 211+80+106=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D3506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3506A is #2CAF95. Grayscale: #7A7A7A. Windows color (decimal): -2928534 or 6967507. OLE color: 6967507.

HSL color Cylindrical-coordinate representation of color #D3506A: hue angle of 348.09º 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 #D3506A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 106 -
CMYK 0 0.62 0.50 0.17
HSL 348.09º 0.6% 0.57% -
HSV(B) 348.09º 0.62% 0.83% -
XYZ 32.33 20.63 15.91 -
YUV 122.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 211 80 106 0 0.62 0.50 0.17 348.09 0.6 0.57
Hex D3 50 6A 0 3E 32 11 15C 3C 39
Octal 323 120 152 0 76 62 21 534 74 71
Binary 11010011 1010000 1101010 0 111110 110010 10001 101011100 111100 111001

Color Harmonies of #D3506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3506A

Black with #D3506A

Text Example


Text Example

White with #D3506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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