#D6629F

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

Shades of Hopbush #D6629F

Tints of Hopbush #D6629F

Color information

#D6629F (or 0xD6629F) is unknown color: approx Hopbush. HEX triplet: D6, 62 and 9F. RGB value is (214,98,159). Sum of RGB (Red+Green+Blue) = 214+98+159=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6629F is #299D60. Grayscale: #8B8B8B. Windows color (decimal): -2727265 or 10445526. OLE color: 10445526.

HSL color Cylindrical-coordinate representation of color #D6629F: hue angle of 328.45º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6629F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21498159-
CMYK00.540.260.16
HSL328.45º58.59%61.18%-
HSV(B)328.45º54.21%83.92%-
XYZ38.3625.5335.71-
YUV139.64138.93181.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 98 (38.67% from 255) = 20.81%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=45.44%
G=20.81%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149815900.540.260.16328.4558.5961.18
HexD6629F0361A101483b3d
Octal32614223706632205107375
Binary1101011011000101001111101101101101010000101001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6629F; }

 p { color: rgb(214,98,159); }

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

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

 a { background-color: rgb(214,98,159); }

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

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

 span { border-color: rgb(214,98,159); }

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