Html Css Color HEX #D3486D Cabaret

📋 copy color: '#D3486D'

red 211 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #D3486D

Tints of Cabaret #D3486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.37%

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

R = 53.83%
G = 18.37%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3486D (or 0xD3486D) is known color: Cabaret. HEX triplet: D3, 48 and 6D. RGB value is (211,72,109). Sum of RGB (Red+Green+Blue) = 211+72+109=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3486D is #2CB792. Grayscale: #757575. Windows color (decimal): -2930579 or 7162067. OLE color: 7162067.

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

Color convert

RGB 211 72 109 -
CMYK 0 0.66 0.48 0.17
HSL 344.03º 0.61% 0.55% -
HSV(B) 344.03º 0.66% 0.83% -
XYZ 31.94 19.59 16.57 -
YUV 117.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 211 72 109 0 0.66 0.48 0.17 344.03 0.61 0.55
Hex D3 48 6D 0 42 30 11 158 3D 37
Octal 323 110 155 0 102 60 21 530 75 67
Binary 11010011 1001000 1101101 0 1000010 110000 10001 101011000 111101 110111

Color Harmonies of #D3486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3486D

Black with #D3486D

Text Example


Text Example

White with #D3486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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