#D268A9

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

Shades of Hopbush #D268A9

Tints of Hopbush #D268A9

Color information

#D268A9 (or 0xD268A9) is unknown color: approx Hopbush. HEX triplet: D2, 68 and A9. RGB value is (210,104,169). Sum of RGB (Red+Green+Blue) = 210+104+169=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D268A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D268A9 is #2D9756. Grayscale: #8E8E8E. Windows color (decimal): -2987863 or 11102418. OLE color: 11102418.

HSL color Cylindrical-coordinate representation of color #D268A9: hue angle of 323.21º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268A9 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210104169-
CMYK00.500.200.18
HSL323.21º54.08%61.57%-
HSV(B)323.21º50.48%82.35%-
XYZ38.6926.4740.61-
YUV143.1142.62175.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=43.48%
G=21.53%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010416900.500.200.18323.2154.0861.57
HexD268A90321412143363e
Octal32215025106224225036676
Binary1101001011010001010100101100101010010010101000011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D268A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D268A9; }

 p { color: rgb(210,104,169); }

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

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

 a { background-color: rgb(210,104,169); }

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

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

 span { border-color: rgb(210,104,169); }

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