#D35875

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

Shades of Cabaret #D35875

Tints of Cabaret #D35875

Color information

#D35875 (or 0xD35875) is unknown color: approx Cabaret. HEX triplet: D3, 58 and 75. RGB value is (211,88,117). Sum of RGB (Red+Green+Blue) = 211+88+117=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D35875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35875 is #2CA78A. Grayscale: #808080. Windows color (decimal): -2926475 or 7690451. OLE color: 7690451.

HSL color Cylindrical-coordinate representation of color #D35875: hue angle of 345.85º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35875 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21188117-
CMYK00.580.450.17
HSL345.85º58.29%58.63%-
HSV(B)345.85º58.29%82.75%-
XYZ33.5622.1119.33-
YUV128.08121.75187.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.72%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=50.72%
G=21.15%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118811700.580.450.17345.8558.2958.63
HexD3587503A2D1115a3a3b
Octal32313016507255215327273
Binary1101001110110001110101011101010110110001101011010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35875; }

 p { color: rgb(211,88,117); }

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

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

 a { background-color: rgb(211,88,117); }

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

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

 span { border-color: rgb(211,88,117); }

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