#DA68A1

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

Shades of Hopbush #DA68A1

Tints of Hopbush #DA68A1

Color information

#DA68A1 (or 0xDA68A1) is unknown color: approx Hopbush. HEX triplet: DA, 68 and A1. RGB value is (218,104,161). Sum of RGB (Red+Green+Blue) = 218+104+161=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68A1 is #25975E. Grayscale: #909090. Windows color (decimal): -2463583 or 10578138. OLE color: 10578138.

HSL color Cylindrical-coordinate representation of color #DA68A1: hue angle of 330º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68A1 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218104161-
CMYK00.520.260.15
HSL330º60.64%63.14%-
HSV(B)330º52.29%85.49%-
XYZ40.327.3836.88-
YUV144.58137.27180.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=45.13%
G=21.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810416100.520.260.1533060.6463.14
HexDA68A10341AF14a3d3f
Octal33215024106432175127577
Binary110110101101000101000010110100110101111101001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA68A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA68A1; }

 p { color: rgb(218,104,161); }

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

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

 a { background-color: rgb(218,104,161); }

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

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

 span { border-color: rgb(218,104,161); }

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