Html Css Color HEX #D1616C Cabaret

📋 copy color: '#D1616C'

red 209 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #D1616C

Tints of Cabaret #D1616C

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

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

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

R = 50.48%
G = 23.43%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1616C (or 0xD1616C) is known color: Cabaret. HEX triplet: D1, 61 and 6C. RGB value is (209,97,108). Sum of RGB (Red+Green+Blue) = 209+97+108=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1616C is #2E9E93. Grayscale: #838383. Windows color (decimal): -3055252 or 7102929. OLE color: 7102929.

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

Color convert

RGB 209 97 108 -
CMYK 0 0.54 0.48 0.18
HSL 354.11º 0.55% 0.6% -
HSV(B) 354.11º 0.54% 0.82% -
XYZ 33.28 23.19 16.91 -
YUV 131.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 209 97 108 0 0.54 0.48 0.18 354.11 0.55 0.6
Hex D1 61 6C 0 36 30 12 162 37 3C
Octal 321 141 154 0 66 60 22 542 67 74
Binary 11010001 1100001 1101100 0 110110 110000 10010 101100010 110111 111100

Color Harmonies of #D1616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1616C

Black with #D1616C

Text Example


Text Example

White with #D1616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1616C; }

 p { color: rgb(209,97,108); }

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

background-color css

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

 a { background-color: rgb(209,97,108); }

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

border-color css

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

 span { border-color: rgb(209,97,108); }

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