#D65F6C

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

Shades of Cabaret #D65F6C

Tints of Cabaret #D65F6C

Color information

#D65F6C (or 0xD65F6C) is unknown color: approx Cabaret. HEX triplet: D6, 5F and 6C. RGB value is (214,95,108). Sum of RGB (Red+Green+Blue) = 214+95+108=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F6C is #29A093. Grayscale: #848484. Windows color (decimal): -2728084 or 7102422. OLE color: 7102422.

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

Color convert

RGB21495108-
CMYK00.560.500.16
HSL353.45º59.2%60.59%-
HSV(B)353.45º55.61%83.92%-
XYZ34.5323.5616.92-
YUV132.06114.42186.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=51.32%
G=22.78%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149510800.560.500.16353.4559.260.59
HexD65F6C03832101613b3d
Octal32613715407062205417375
Binary1101011010111111101100011100011001010000101100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F6C; }

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

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

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

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

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

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

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

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