#D25F6E

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

Shades of Cabaret #D25F6E

Tints of Cabaret #D25F6E

Color information

#D25F6E (or 0xD25F6E) is unknown color: approx Cabaret. HEX triplet: D2, 5F and 6E. RGB value is (210,95,110). Sum of RGB (Red+Green+Blue) = 210+95+110=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F6E is #2DA091. Grayscale: #838383. Windows color (decimal): -2990226 or 7233490. OLE color: 7233490.

HSL color Cylindrical-coordinate representation of color #D25F6E: hue angle of 352.17º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F6E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB21095110-
CMYK00.550.480.18
HSL352.17º56.1%59.8%-
HSV(B)352.17º54.76%82.35%-
XYZ33.4923.0117.43-
YUV131.1116.1184.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.60%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=50.60%
G=22.89%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109511000.550.480.18352.1756.159.8
HexD25F6E0373012160383c
Octal32213715606760225407074
Binary1101001010111111101110011011111000010010101100000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25F6E; }

 p { color: rgb(210,95,110); }

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

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

 a { background-color: rgb(210,95,110); }

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

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

 span { border-color: rgb(210,95,110); }

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