#D25CAB

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

Shades of Hopbush #D25CAB

Tints of Hopbush #D25CAB

Color information

#D25CAB (or 0xD25CAB) is unknown color: approx Hopbush. HEX triplet: D2, 5C and AB. RGB value is (210,92,171). Sum of RGB (Red+Green+Blue) = 210+92+171=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CAB is #2DA354. Grayscale: #888888. Windows color (decimal): -2990933 or 11230418. OLE color: 11230418.

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

Color convert

RGB21092171-
CMYK00.560.190.18
HSL319.83º56.73%59.22%-
HSV(B)319.83º56.19%82.35%-
XYZ37.7624.341.23-
YUV136.29147.59180.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=44.40%
G=19.45%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109217100.560.190.18319.8356.7359.22
HexD25CAB0381312140393b
Octal32213425307023225007173
Binary1101001010111001010101101110001001110010101000000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CAB; }

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

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

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

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

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

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

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

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