#D35C72

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

Shades of Cabaret #D35C72

Tints of Cabaret #D35C72

Color information

#D35C72 (or 0xD35C72) is unknown color: approx Cabaret. HEX triplet: D3, 5C and 72. RGB value is (211,92,114). Sum of RGB (Red+Green+Blue) = 211+92+114=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C72 is #2CA38D. Grayscale: #828282. Windows color (decimal): -2925454 or 7494867. OLE color: 7494867.

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

Color convert

RGB21192114-
CMYK00.560.460.17
HSL348.91º57.49%59.41%-
HSV(B)348.91º56.4%82.75%-
XYZ33.7322.7218.53-
YUV130.09118.92185.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=50.60%
G=22.06%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119211400.560.460.17348.9157.4959.41
HexD35C720382E1115d393b
Octal32313416207056215357173
Binary1101001110111001110010011100010111010001101011101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35C72; }

 p { color: rgb(211,92,114); }

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

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

 a { background-color: rgb(211,92,114); }

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

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

 span { border-color: rgb(211,92,114); }

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