#D6618D

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

Shades of Hopbush #D6618D

Tints of Hopbush #D6618D

Color information

#D6618D (or 0xD6618D) is unknown color: approx Hopbush. HEX triplet: D6, 61 and 8D. RGB value is (214,97,141). Sum of RGB (Red+Green+Blue) = 214+97+141=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6618D is #299E72. Grayscale: #888888. Windows color (decimal): -2727539 or 9265622. OLE color: 9265622.

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

Color convert

RGB21497141-
CMYK00.550.340.16
HSL337.44º58.79%60.98%-
HSV(B)337.44º54.67%83.92%-
XYZ36.8124.7728.04-
YUV137130.26182.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=47.35%
G=21.46%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149714100.550.340.16337.4458.7960.98
HexD6618D03722101513b3d
Octal32614121506742205217375
Binary11010110110000110001101011011110001010000101010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6618D; }

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

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

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

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

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

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

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

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