Html Css Color HEX #D6616D Cabaret

📋 copy color: '#D6616D'

red 214 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #D6616D

Tints of Cabaret #D6616D

RGB

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

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

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

R = 50.95%
G = 23.1%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6616D (or 0xD6616D) is known color: Cabaret. HEX triplet: D6, 61 and 6D. RGB value is (214,97,109). Sum of RGB (Red+Green+Blue) = 214+97+109=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6616D is #299E92. Grayscale: #858585. Windows color (decimal): -2727571 or 7168470. OLE color: 7168470.

HSL color Cylindrical-coordinate representation of color #D6616D: hue angle of 353.85º 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 #D6616D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 109 -
CMYK 0 0.55 0.49 0.16
HSL 353.85º 0.59% 0.61% -
HSV(B) 353.85º 0.55% 0.84% -
XYZ 34.77 23.95 17.26 -
YUV 133.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 214 97 109 0 0.55 0.49 0.16 353.85 0.59 0.61
Hex D6 61 6D 0 37 31 10 162 3B 3D
Octal 326 141 155 0 67 61 20 542 73 75
Binary 11010110 1100001 1101101 0 110111 110001 10000 101100010 111011 111101

Color Harmonies of #D6616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6616D

Black with #D6616D

Text Example


Text Example

White with #D6616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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