#D6669D

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

Shades of Hopbush #D6669D

Tints of Hopbush #D6669D

Color information

#D6669D (or 0xD6669D) is unknown color: approx Hopbush. HEX triplet: D6, 66 and 9D. RGB value is (214,102,157). Sum of RGB (Red+Green+Blue) = 214+102+157=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6669D is #299962. Grayscale: #8D8D8D. Windows color (decimal): -2726243 or 10315478. OLE color: 10315478.

HSL color Cylindrical-coordinate representation of color #D6669D: hue angle of 330.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6669D is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214102157-
CMYK00.520.270.16
HSL330.54º57.73%61.96%-
HSV(B)330.54º52.34%83.92%-
XYZ38.5726.2334.93-
YUV141.76136.61179.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=45.24%
G=21.56%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410215700.520.270.16330.5457.7361.96
HexD6669D0341B1014b3a3e
Octal32614623506433205137276
Binary1101011011001101001110101101001101110000101001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6669D; }

 p { color: rgb(214,102,157); }

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

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

 a { background-color: rgb(214,102,157); }

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

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

 span { border-color: rgb(214,102,157); }

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