Html Css Color HEX #D2516D Cabaret

📋 copy color: '#D2516D'

red 210 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #D2516D

Tints of Cabaret #D2516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

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

R = 52.5%
G = 20.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2516D (or 0xD2516D) is known color: Cabaret. HEX triplet: D2, 51 and 6D. RGB value is (210,81,109). Sum of RGB (Red+Green+Blue) = 210+81+109=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2516D is #2DAE92. Grayscale: #7A7A7A. Windows color (decimal): -2993811 or 7164370. OLE color: 7164370.

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

Color convert

RGB 210 81 109 -
CMYK 0 0.61 0.48 0.18
HSL 346.98º 0.59% 0.57% -
HSV(B) 346.98º 0.61% 0.82% -
XYZ 32.28 20.69 16.76 -
YUV 122.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 210 81 109 0 0.61 0.48 0.18 346.98 0.59 0.57
Hex D2 51 6D 0 3D 30 12 15B 3B 39
Octal 322 121 155 0 75 60 22 533 73 71
Binary 11010010 1010001 1101101 0 111101 110000 10010 101011011 111011 111001

Color Harmonies of #D2516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2516D

Black with #D2516D

Text Example


Text Example

White with #D2516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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