#D65471

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

Shades of Cabaret #D65471

Tints of Cabaret #D65471

Color information

#D65471 (or 0xD65471) is unknown color: approx Cabaret. HEX triplet: D6, 54 and 71. RGB value is (214,84,113). Sum of RGB (Red+Green+Blue) = 214+84+113=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D65471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65471 is #29AB8E. Grayscale: #7E7E7E. Windows color (decimal): -2730895 or 7427286. OLE color: 7427286.

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

Color convert

RGB21484113-
CMYK00.610.470.16
HSL346.62º61.32%58.43%-
HSV(B)346.62º60.75%83.92%-
XYZ33.8821.8318.05-
YUV126.18120.57190.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.07%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=52.07%
G=20.44%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148411300.610.470.16346.6261.3258.43
HexD6547103D2F1015b3d3a
Octal32612416107557205337572
Binary1101011010101001110001011110110111110000101011011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65471; }

 p { color: rgb(214,84,113); }

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

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

 a { background-color: rgb(214,84,113); }

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

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

 span { border-color: rgb(214,84,113); }

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