Html Css Color HEX #D2516A Cabaret

📋 copy color: '#D2516A'

red 210 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #D2516A

Tints of Cabaret #D2516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 52.9%
G = 20.4%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2516A (or 0xD2516A) is known color: Cabaret. HEX triplet: D2, 51 and 6A. RGB value is (210,81,106). Sum of RGB (Red+Green+Blue) = 210+81+106=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2516A is #2DAE95. Grayscale: #7A7A7A. Windows color (decimal): -2993814 or 6967762. OLE color: 6967762.

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

Color convert

RGB 210 81 106 -
CMYK 0 0.61 0.50 0.18
HSL 348.37º 0.59% 0.57% -
HSV(B) 348.37º 0.61% 0.82% -
XYZ 32.12 20.63 15.92 -
YUV 122.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 210 81 106 0 0.61 0.50 0.18 348.37 0.59 0.57
Hex D2 51 6A 0 3D 32 12 15C 3B 39
Octal 322 121 152 0 75 62 22 534 73 71
Binary 11010010 1010001 1101010 0 111101 110010 10010 101011100 111011 111001

Color Harmonies of #D2516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2516A

Black with #D2516A

Text Example


Text Example

White with #D2516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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