#DA609B

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

Shades of Hopbush #DA609B

Tints of Hopbush #DA609B

Color information

#DA609B (or 0xDA609B) is unknown color: approx Hopbush. HEX triplet: DA, 60 and 9B. RGB value is (218,96,155). Sum of RGB (Red+Green+Blue) = 218+96+155=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA609B is #259F64. Grayscale: #8B8B8B. Windows color (decimal): -2465637 or 10182874. OLE color: 10182874.

HSL color Cylindrical-coordinate representation of color #DA609B: hue angle of 330.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA609B is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21896155-
CMYK00.560.290.15
HSL330.98º62.24%61.57%-
HSV(B)330.98º55.96%85.49%-
XYZ39.0125.6433.9-
YUV139.2136.92184.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=46.48%
G=20.47%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189615500.560.290.15330.9862.2461.57
HexDA609B0381DF14b3e3e
Octal33214023307035175137676
Binary110110101100000100110110111000111011111101001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA609B; }

 p { color: rgb(218,96,155); }

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

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

 a { background-color: rgb(218,96,155); }

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

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

 span { border-color: rgb(218,96,155); }

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