#D25D70

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

Shades of Cabaret #D25D70

Tints of Cabaret #D25D70

Color information

#D25D70 (or 0xD25D70) is unknown color: approx Cabaret. HEX triplet: D2, 5D and 70. RGB value is (210,93,112). Sum of RGB (Red+Green+Blue) = 210+93+112=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D70 is #2DA28F. Grayscale: #828282. Windows color (decimal): -2990736 or 7364050. OLE color: 7364050.

HSL color Cylindrical-coordinate representation of color #D25D70: hue angle of 350.26º 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 #D25D70 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB21093112-
CMYK00.560.470.18
HSL350.26º56.52%59.41%-
HSV(B)350.26º55.71%82.35%-
XYZ33.4222.717.95-
YUV130.15117.76184.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.60%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=50.60%
G=22.41%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109311200.560.470.18350.2656.5259.41
HexD25D700382F1215e393b
Octal32213516007057225367173
Binary1101001010111011110000011100010111110010101011110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D70; }

 p { color: rgb(210,93,112); }

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

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

 a { background-color: rgb(210,93,112); }

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

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

 span { border-color: rgb(210,93,112); }

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