Html Css Color HEX #D3496C Cabaret

📋 copy color: '#D3496C'

red 211 ◦ green 73 ◦ blue 108

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

Shades of Cabaret #D3496C

Tints of Cabaret #D3496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 53.83%
G = 18.62%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3496C (or 0xD3496C) is known color: Cabaret. HEX triplet: D3, 49 and 6C. RGB value is (211,73,108). Sum of RGB (Red+Green+Blue) = 211+73+108=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3496C is #2CB693. Grayscale: #767676. Windows color (decimal): -2930324 or 7096787. OLE color: 7096787.

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

Color convert

RGB 211 73 108 -
CMYK 0 0.65 0.49 0.17
HSL 344.78º 0.61% 0.56% -
HSV(B) 344.78º 0.65% 0.83% -
XYZ 31.95 19.7 16.31 -
YUV 118.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 211 73 108 0 0.65 0.49 0.17 344.78 0.61 0.56
Hex D3 49 6C 0 41 31 11 159 3D 38
Octal 323 111 154 0 101 61 21 531 75 70
Binary 11010011 1001001 1101100 0 1000001 110001 10001 101011001 111101 111000

Color Harmonies of #D3496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3496C

Black with #D3496C

Text Example


Text Example

White with #D3496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3496C; }

 p { color: rgb(211,73,108); }

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

background-color css

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

 a { background-color: rgb(211,73,108); }

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

border-color css

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

 span { border-color: rgb(211,73,108); }

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