#D25C6E

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

Shades of Cabaret #D25C6E

Tints of Cabaret #D25C6E

Color information

#D25C6E (or 0xD25C6E) is unknown color: approx Cabaret. HEX triplet: D2, 5C and 6E. RGB value is (210,92,110). Sum of RGB (Red+Green+Blue) = 210+92+110=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C6E is #2DA391. Grayscale: #818181. Windows color (decimal): -2990994 or 7232722. OLE color: 7232722.

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

Color convert

RGB21092110-
CMYK00.560.480.18
HSL350.85º56.73%59.22%-
HSV(B)350.85º56.19%82.35%-
XYZ33.2222.4817.34-
YUV129.33117.09185.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=50.97%
G=22.33%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109211000.560.480.18350.8556.7359.22
HexD25C6E038301215f393b
Octal32213415607060225377173
Binary1101001010111001101110011100011000010010101011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25C6E; }

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

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

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

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

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

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

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

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