#D75267

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

Shades of Cabaret #D75267

Tints of Cabaret #D75267

Color information

#D75267 (or 0xD75267) is unknown color: approx Cabaret. HEX triplet: D7, 52 and 67. RGB value is (215,82,103). Sum of RGB (Red+Green+Blue) = 215+82+103=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D75267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75267 is #28AD98. Grayscale: #7C7C7C. Windows color (decimal): -2665881 or 6771415. OLE color: 6771415.

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

Color convert

RGB21582103-
CMYK00.620.520.16
HSL350.53º62.44%58.24%-
HSV(B)350.53º61.86%84.31%-
XYZ33.4921.4615.21-
YUV124.16116.06192.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.75%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=53.75%
G=20.5%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158210300.620.520.16350.5362.4458.24
HexD7526703E341015f3e3a
Octal32712214707664205377672
Binary1101011110100101100111011111011010010000101011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75267; }

 p { color: rgb(215,82,103); }

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

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

 a { background-color: rgb(215,82,103); }

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

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

 span { border-color: rgb(215,82,103); }

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