Html Css Color HEX #D2516C Cabaret

📋 copy color: '#D2516C'

red 210 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #D2516C

Tints of Cabaret #D2516C

RGB

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

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

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

R = 52.63%
G = 20.3%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2516C (or 0xD2516C) is known color: Cabaret. HEX triplet: D2, 51 and 6C. RGB value is (210,81,108). Sum of RGB (Red+Green+Blue) = 210+81+108=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2516C is #2DAE93. Grayscale: #7A7A7A. Windows color (decimal): -2993812 or 7098834. OLE color: 7098834.

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

Color convert

RGB 210 81 108 -
CMYK 0 0.61 0.49 0.18
HSL 347.44º 0.59% 0.57% -
HSV(B) 347.44º 0.61% 0.82% -
XYZ 32.23 20.67 16.48 -
YUV 122.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 210 81 108 0 0.61 0.49 0.18 347.44 0.59 0.57
Hex D2 51 6C 0 3D 31 12 15B 3B 39
Octal 322 121 154 0 75 61 22 533 73 71
Binary 11010010 1010001 1101100 0 111101 110001 10010 101011011 111011 111001

Color Harmonies of #D2516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2516C

Black with #D2516C

Text Example


Text Example

White with #D2516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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