#d2466c

Color #D2466C Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D2466C

Tints of Cabaret #D2466C

Color information

#D2466C (or 0xD2466C) is unknown color: approx Cabaret. HEX triplet: D2, 46 and 6C. RGB value is (210,70,108). Sum of RGB (Red+Green+Blue) = 210+70+108=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2466C is #2DB993. Grayscale: #747474. Windows color (decimal): -2996628 or 7096018. OLE color: 7096018.

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

Color convert

RGB21070108-
CMYK00.670.490.18
HSL343.71º60.87%54.9%-
HSV(B)343.71º66.67%82.35%-
XYZ31.4819.1616.23-
YUV116.19123.38194.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.12%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=54.12%
G=18.04%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107010800.670.490.18343.7160.8754.9
HexD2466C04331121583d37
Octal322106154010361225307567
Binary11010010100011011011000100001111000110010101011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2466c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2466c; }

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

 H1.HeaderClassName
 {
   color: #d2466c;
 }
 .AnyTagClassName
 {
   color: #d2466c;
 }
</style>
background-color css

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

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

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

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

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

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