#d75f6f

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

Shades of Cabaret #D75F6F

Tints of Cabaret #D75F6F

Color information

#D75F6F (or 0xD75F6F) is unknown color: approx Cabaret. HEX triplet: D7, 5F and 6F. RGB value is (215,95,111). Sum of RGB (Red+Green+Blue) = 215+95+111=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F6F is #28A090. Grayscale: #848484. Windows color (decimal): -2662545 or 7299031. OLE color: 7299031.

HSL color Cylindrical-coordinate representation of color #D75F6F: hue angle of 352º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75F6F is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21595111-
CMYK00.560.480.16
HSL352º60%60.78%-
HSV(B)352º55.81%84.31%-
XYZ34.9923.7817.78-
YUV132.7115.76186.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=51.07%
G=22.57%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159511100.560.480.163526060.78
HexD75F6F03830101603c3d
Octal32713715707060205407475
Binary1101011110111111101111011100011000010000101100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75f6f; }

 p { color: rgb(215,95,111); }

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

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

 a { background-color: rgb(215,95,111); }

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

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

 span { border-color: rgb(215,95,111); }

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