Html Css Color HEX #D6616C Cabaret

📋 copy color: '#D6616C'

red 214 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #D6616C

Tints of Cabaret #D6616C

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

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

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

R = 51.07%
G = 23.15%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6616C (or 0xD6616C) is known color: Cabaret. HEX triplet: D6, 61 and 6C. RGB value is (214,97,108). Sum of RGB (Red+Green+Blue) = 214+97+108=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6616C is #299E93. Grayscale: #858585. Windows color (decimal): -2727572 or 7102934. OLE color: 7102934.

HSL color Cylindrical-coordinate representation of color #D6616C: hue angle of 354.36º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6616C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 108 -
CMYK 0 0.55 0.50 0.16
HSL 354.36º 0.59% 0.61% -
HSV(B) 354.36º 0.55% 0.84% -
XYZ 34.71 23.93 16.98 -
YUV 133.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 214 97 108 0 0.55 0.50 0.16 354.36 0.59 0.61
Hex D6 61 6C 0 37 32 10 162 3B 3D
Octal 326 141 154 0 67 62 20 542 73 75
Binary 11010110 1100001 1101100 0 110111 110010 10000 101100010 111011 111101

Color Harmonies of #D6616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6616C

Black with #D6616C

Text Example


Text Example

White with #D6616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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