#d66290

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

Shades of Hopbush #D66290

Tints of Hopbush #D66290

Color information

#D66290 (or 0xD66290) is unknown color: approx Hopbush. HEX triplet: D6, 62 and 90. RGB value is (214,98,144). Sum of RGB (Red+Green+Blue) = 214+98+144=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D66290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66290 is #299D6F. Grayscale: #898989. Windows color (decimal): -2727280 or 9462486. OLE color: 9462486.

HSL color Cylindrical-coordinate representation of color #D66290: hue angle of 336.21º 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 #D66290 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21498144-
CMYK00.540.330.16
HSL336.21º58.59%61.18%-
HSV(B)336.21º54.21%83.92%-
XYZ37.1325.0529.26-
YUV137.93131.43182.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=46.93%
G=21.49%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149814400.540.330.16336.2158.5961.18
HexD6629003621101503b3d
Octal32614222006641205207375
Binary11010110110001010010000011011010000110000101010000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66290; }

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

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

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

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

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

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

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

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