#D25390

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

Shades of Mulberry #D25390

Tints of Mulberry #D25390

Color information

#D25390 (or 0xD25390) is unknown color: approx Mulberry. HEX triplet: D2, 53 and 90. RGB value is (210,83,144). Sum of RGB (Red+Green+Blue) = 210+83+144=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D25390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25390 is #2DAC6F. Grayscale: #7F7F7F. Windows color (decimal): -2993264 or 9458642. OLE color: 9458642.

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

Color convert

RGB21083144-
CMYK00.600.310.18
HSL331.18º58.53%57.45%-
HSV(B)331.18º60.48%82.35%-
XYZ34.7121.928.78-
YUV127.93137.08186.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=48.05%
G=18.99%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108314400.600.310.18331.1858.5357.45
HexD2539003C1F1214b3b39
Octal32212322007437225137371
Binary1101001010100111001000001111001111110010101001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25390; }

 p { color: rgb(210,83,144); }

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

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

 a { background-color: rgb(210,83,144); }

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

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

 span { border-color: rgb(210,83,144); }

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