#D65D67

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

Shades of Cabaret #D65D67

Tints of Cabaret #D65D67

Color information

#D65D67 (or 0xD65D67) is unknown color: approx Cabaret. HEX triplet: D6, 5D and 67. RGB value is (214,93,103). Sum of RGB (Red+Green+Blue) = 214+93+103=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D67 is #29A298. Grayscale: #828282. Windows color (decimal): -2728601 or 6774230. OLE color: 6774230.

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

Color convert

RGB21493103-
CMYK00.570.520.16
HSL355.04º59.61%60.2%-
HSV(B)355.04º56.54%83.92%-
XYZ34.0923.115.49-
YUV130.32112.59187.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=52.20%
G=22.68%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149310300.570.520.16355.0459.6160.2
HexD65D6703934101633c3c
Octal32613514707164205437474
Binary1101011010111011100111011100111010010000101100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D67; }

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

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

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

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

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

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

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

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