#D669AF

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

Shades of Hopbush #D669AF

Tints of Hopbush #D669AF

Color information

#D669AF (or 0xD669AF) is unknown color: approx Hopbush. HEX triplet: D6, 69 and AF. RGB value is (214,105,175). Sum of RGB (Red+Green+Blue) = 214+105+175=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D669AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669AF is #299650. Grayscale: #919191. Windows color (decimal): -2725457 or 11495894. OLE color: 11495894.

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

Color convert

RGB214105175-
CMYK00.510.180.16
HSL321.47º57.07%62.55%-
HSV(B)321.47º50.93%83.92%-
XYZ40.5227.4943.73-
YUV145.57144.61176.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=43.32%
G=21.26%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410517500.510.180.16321.4757.0762.55
HexD669AF0331210141393f
Octal32615125706322205017177
Binary1101011011010011010111101100111001010000101000001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669AF; }

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

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

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

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

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

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

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

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