Html Css Color HEX #D3616E Cabaret

📋 copy color: '#D3616E'

red 211 ◦ green 97 ◦ blue 110

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

Shades of Cabaret #D3616E

Tints of Cabaret #D3616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 50.48%
G = 23.21%
B = 26.32%

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

#D3616E (or 0xD3616E) is known color: Cabaret. HEX triplet: D3, 61 and 6E. RGB value is (211,97,110). Sum of RGB (Red+Green+Blue) = 211+97+110=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3616E is #2C9E91. Grayscale: #848484. Windows color (decimal): -2924178 or 7234003. OLE color: 7234003.

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

Color convert

RGB 211 97 110 -
CMYK 0 0.54 0.48 0.17
HSL 353.16º 0.56% 0.6% -
HSV(B) 353.16º 0.54% 0.83% -
XYZ 33.95 23.52 17.5 -
YUV 132.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 211 97 110 0 0.54 0.48 0.17 353.16 0.56 0.6
Hex D3 61 6E 0 36 30 11 161 38 3C
Octal 323 141 156 0 66 60 21 541 70 74
Binary 11010011 1100001 1101110 0 110110 110000 10001 101100001 111000 111100

Color Harmonies of #D3616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3616E

Black with #D3616E

Text Example


Text Example

White with #D3616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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