#D669B1

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

Shades of Hopbush #D669B1

Tints of Hopbush #D669B1

Color information

#D669B1 (or 0xD669B1) is unknown color: approx Hopbush. HEX triplet: D6, 69 and B1. RGB value is (214,105,177). Sum of RGB (Red+Green+Blue) = 214+105+177=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669B1 is #29964E. Grayscale: #919191. Windows color (decimal): -2725455 or 11626966. OLE color: 11626966.

HSL color Cylindrical-coordinate representation of color #D669B1: hue angle of 320.37º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669B1 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214105177-
CMYK00.510.170.16
HSL320.37º57.07%62.55%-
HSV(B)320.37º50.93%83.92%-
XYZ40.7227.5744.77-
YUV145.8145.61176.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=43.15%
G=21.17%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410517700.510.170.16320.3757.0762.55
HexD669B10331110140393f
Octal32615126106321205007177
Binary1101011011010011011000101100111000110000101000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669B1; }

 p { color: rgb(214,105,177); }

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

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

 a { background-color: rgb(214,105,177); }

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

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

 span { border-color: rgb(214,105,177); }

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