#D65A72

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

Shades of Cabaret #D65A72

Tints of Cabaret #D65A72

Color information

#D65A72 (or 0xD65A72) is unknown color: approx Cabaret. HEX triplet: D6, 5A and 72. RGB value is (214,90,114). Sum of RGB (Red+Green+Blue) = 214+90+114=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A72 is #29A58D. Grayscale: #818181. Windows color (decimal): -2729358 or 7494358. OLE color: 7494358.

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

Color convert

RGB21490114-
CMYK00.580.470.16
HSL348.39º60.19%59.61%-
HSV(B)348.39º57.94%83.92%-
XYZ34.4222.8218.51-
YUV129.81119.08188.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=51.20%
G=21.53%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149011400.580.470.16348.3960.1959.61
HexD65A7203A2F1015c3c3c
Octal32613216207257205347474
Binary1101011010110101110010011101010111110000101011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A72; }

 p { color: rgb(214,90,114); }

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

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

 a { background-color: rgb(214,90,114); }

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

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

 span { border-color: rgb(214,90,114); }

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