#D65D6A

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

Shades of Cabaret #D65D6A

Tints of Cabaret #D65D6A

Color information

#D65D6A (or 0xD65D6A) is unknown color: approx Cabaret. HEX triplet: D6, 5D and 6A. RGB value is (214,93,106). Sum of RGB (Red+Green+Blue) = 214+93+106=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D6A is #29A295. Grayscale: #828282. Windows color (decimal): -2728598 or 6970838. OLE color: 6970838.

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

Color convert

RGB21493106-
CMYK00.570.500.16
HSL353.55º59.61%60.2%-
HSV(B)353.55º56.54%83.92%-
XYZ34.2523.1716.3-
YUV130.66114.09187.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=51.82%
G=22.52%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149310600.570.500.16353.5559.6160.2
HexD65D6A03932101623c3c
Octal32613515207162205427474
Binary1101011010111011101010011100111001010000101100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D6A; }

 p { color: rgb(214,93,106); }

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

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

 a { background-color: rgb(214,93,106); }

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

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

 span { border-color: rgb(214,93,106); }

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