#D469B2

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

Shades of Hopbush #D469B2

Tints of Hopbush #D469B2

Color information

#D469B2 (or 0xD469B2) is unknown color: approx Hopbush. HEX triplet: D4, 69 and B2. RGB value is (212,105,178). Sum of RGB (Red+Green+Blue) = 212+105+178=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D469B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D469B2 is #2B964D. Grayscale: #919191. Windows color (decimal): -2856526 or 11692500. OLE color: 11692500.

HSL color Cylindrical-coordinate representation of color #D469B2: hue angle of 319.07º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469B2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212105178-
CMYK00.500.160.17
HSL319.07º55.44%62.16%-
HSV(B)319.07º50.47%83.14%-
XYZ40.2427.3145.27-
YUV145.32146.45175.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=42.83%
G=21.21%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210517800.500.160.17319.0755.4462.16
HexD469B2032101113f373e
Octal32415126206220214776776
Binary1101010011010011011001001100101000010001100111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469B2; }

 p { color: rgb(212,105,178); }

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

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

 a { background-color: rgb(212,105,178); }

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

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

 span { border-color: rgb(212,105,178); }

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