Html Css Color HEX #D3616D Cabaret

📋 copy color: '#D3616D'

red 211 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #D3616D

Tints of Cabaret #D3616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 50.6%
G = 23.26%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3616D (or 0xD3616D) is known color: Cabaret. HEX triplet: D3, 61 and 6D. RGB value is (211,97,109). Sum of RGB (Red+Green+Blue) = 211+97+109=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3616D is #2C9E92. Grayscale: #848484. Windows color (decimal): -2924179 or 7168467. OLE color: 7168467.

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

Color convert

RGB 211 97 109 -
CMYK 0 0.54 0.48 0.17
HSL 353.68º 0.56% 0.6% -
HSV(B) 353.68º 0.54% 0.83% -
XYZ 33.9 23.5 17.22 -
YUV 132.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 211 97 109 0 0.54 0.48 0.17 353.68 0.56 0.6
Hex D3 61 6D 0 36 30 11 162 38 3C
Octal 323 141 155 0 66 60 21 542 70 74
Binary 11010011 1100001 1101101 0 110110 110000 10001 101100010 111000 111100

Color Harmonies of #D3616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3616D

Black with #D3616D

Text Example


Text Example

White with #D3616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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