#D65F75

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

Shades of Cabaret #D65F75

Tints of Cabaret #D65F75

Color information

#D65F75 (or 0xD65F75) is unknown color: approx Cabaret. HEX triplet: D6, 5F and 75. RGB value is (214,95,117). Sum of RGB (Red+Green+Blue) = 214+95+117=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F75 is #29A08A. Grayscale: #858585. Windows color (decimal): -2728075 or 7692246. OLE color: 7692246.

HSL color Cylindrical-coordinate representation of color #D65F75: hue angle of 348.91º degrees, saturation: 0.59, 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 #D65F75 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21495117-
CMYK00.560.450.16
HSL348.91º59.2%60.59%-
HSV(B)348.91º55.61%83.92%-
XYZ35.0323.7619.57-
YUV133.09118.92185.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=50.23%
G=22.30%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149511700.560.450.16348.9159.260.59
HexD65F750382D1015d3b3d
Octal32613716507055205357375
Binary1101011010111111110101011100010110110000101011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F75; }

 p { color: rgb(214,95,117); }

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

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

 a { background-color: rgb(214,95,117); }

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

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

 span { border-color: rgb(214,95,117); }

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