Html Css Color HEX #D2616D Cabaret

📋 copy color: '#D2616D'

red 210 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #D2616D

Tints of Cabaret #D2616D

RGB

 RED value IS 210 (82.42% from 255) = 50.48%

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

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

R = 50.48%
G = 23.32%
B = 26.2%

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

#D2616D (or 0xD2616D) is known color: Cabaret. HEX triplet: D2, 61 and 6D. RGB value is (210,97,109). Sum of RGB (Red+Green+Blue) = 210+97+109=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616D is #2D9E92. Grayscale: #848484. Windows color (decimal): -2989715 or 7168466. OLE color: 7168466.

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

Color convert

RGB 210 97 109 -
CMYK 0 0.54 0.48 0.18
HSL 353.63º 0.56% 0.6% -
HSV(B) 353.63º 0.54% 0.82% -
XYZ 33.61 23.36 17.2 -
YUV 132.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 210 97 109 0 0.54 0.48 0.18 353.63 0.56 0.6
Hex D2 61 6D 0 36 30 12 162 38 3C
Octal 322 141 155 0 66 60 22 542 70 74
Binary 11010010 1100001 1101101 0 110110 110000 10010 101100010 111000 111100

Color Harmonies of #D2616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2616D

Black with #D2616D

Text Example


Text Example

White with #D2616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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