#D6618A

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

Shades of Hopbush #D6618A

Tints of Hopbush #D6618A

Color information

#D6618A (or 0xD6618A) is unknown color: approx Hopbush. HEX triplet: D6, 61 and 8A. RGB value is (214,97,138). Sum of RGB (Red+Green+Blue) = 214+97+138=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6618A is #299E75. Grayscale: #888888. Windows color (decimal): -2727542 or 9069014. OLE color: 9069014.

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

Color convert

RGB21497138-
CMYK00.550.360.16
HSL338.97º58.79%60.98%-
HSV(B)338.97º54.67%83.92%-
XYZ36.5924.6826.88-
YUV136.66128.76183.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=47.66%
G=21.60%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149713800.550.360.16338.9758.7960.98
HexD6618A03724101533b3d
Octal32614121206744205237375
Binary11010110110000110001010011011110010010000101010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6618A; }

 p { color: rgb(214,97,138); }

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

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

 a { background-color: rgb(214,97,138); }

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

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

 span { border-color: rgb(214,97,138); }

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