#D2626C

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

Shades of Cabaret #D2626C

Tints of Cabaret #D2626C

Color information

#D2626C (or 0xD2626C) is unknown color: approx Cabaret. HEX triplet: D2, 62 and 6C. RGB value is (210,98,108). Sum of RGB (Red+Green+Blue) = 210+98+108=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2626C is #2D9D93. Grayscale: #848484. Windows color (decimal): -2989460 or 7103186. OLE color: 7103186.

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

Color convert

RGB21098108-
CMYK00.530.490.18
HSL354.64º55.45%60.39%-
HSV(B)354.64º53.33%82.35%-
XYZ33.6523.5216.95-
YUV132.63114.11183.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=50.48%
G=23.56%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109810800.530.490.18354.6455.4560.39
HexD2626C0353112163373c
Octal32214215406561225436774
Binary1101001011000101101100011010111000110010101100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2626C; }

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

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

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

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

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

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

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

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