#D25C96

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

Shades of Hopbush #D25C96

Tints of Hopbush #D25C96

Color information

#D25C96 (or 0xD25C96) is unknown color: approx Hopbush. HEX triplet: D2, 5C and 96. RGB value is (210,92,150). Sum of RGB (Red+Green+Blue) = 210+92+150=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C96 is #2DA369. Grayscale: #858585. Windows color (decimal): -2990954 or 9854162. OLE color: 9854162.

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

Color convert

RGB21092150-
CMYK00.560.290.18
HSL330.51º56.73%59.22%-
HSV(B)330.51º56.19%82.35%-
XYZ35.9123.5631.51-
YUV133.89137.09182.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=46.46%
G=20.35%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109215000.560.290.18330.5156.7359.22
HexD25C960381D1214b393b
Octal32213422607035225137173
Binary1101001010111001001011001110001110110010101001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25C96; }

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

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

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

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

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

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

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

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