Html Css Color HEX #D3606D Cabaret

📋 copy color: '#D3606D'

red 211 ◦ green 96 ◦ blue 109

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

Shades of Cabaret #D3606D

Tints of Cabaret #D3606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

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

R = 50.72%
G = 23.08%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3606D (or 0xD3606D) is known color: Cabaret. HEX triplet: D3, 60 and 6D. RGB value is (211,96,109). Sum of RGB (Red+Green+Blue) = 211+96+109=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3606D is #2C9F92. Grayscale: #838383. Windows color (decimal): -2924435 or 7168211. OLE color: 7168211.

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

Color convert

RGB 211 96 109 -
CMYK 0 0.55 0.48 0.17
HSL 353.22º 0.57% 0.6% -
HSV(B) 353.22º 0.55% 0.83% -
XYZ 33.81 23.32 17.19 -
YUV 131.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 211 96 109 0 0.55 0.48 0.17 353.22 0.57 0.6
Hex D3 60 6D 0 37 30 11 161 39 3C
Octal 323 140 155 0 67 60 21 541 71 74
Binary 11010011 1100000 1101101 0 110111 110000 10001 101100001 111001 111100

Color Harmonies of #D3606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3606D

Black with #D3606D

Text Example


Text Example

White with #D3606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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