#D65F6E

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

Shades of Cabaret #D65F6E

Tints of Cabaret #D65F6E

Color information

#D65F6E (or 0xD65F6E) is unknown color: approx Cabaret. HEX triplet: D6, 5F and 6E. RGB value is (214,95,110). Sum of RGB (Red+Green+Blue) = 214+95+110=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F6E is #29A091. Grayscale: #848484. Windows color (decimal): -2728082 or 7233494. OLE color: 7233494.

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

Color convert

RGB21495110-
CMYK00.560.490.16
HSL352.44º59.2%60.59%-
HSV(B)352.44º55.61%83.92%-
XYZ34.6423.6117.48-
YUV132.29115.42186.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=51.07%
G=22.67%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149511000.560.490.16352.4459.260.59
HexD65F6E03831101603b3d
Octal32613715607061205407375
Binary1101011010111111101110011100011000110000101100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F6E; }

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

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

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

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

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

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

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

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