#D467B0

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

Shades of Hopbush #D467B0

Tints of Hopbush #D467B0

Color information

#D467B0 (or 0xD467B0) is unknown color: approx Hopbush. HEX triplet: D4, 67 and B0. RGB value is (212,103,176). Sum of RGB (Red+Green+Blue) = 212+103+176=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D467B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D467B0 is #2B984F. Grayscale: #8F8F8F. Windows color (decimal): -2857040 or 11560916. OLE color: 11560916.

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

Color convert

RGB212103176-
CMYK00.510.170.17
HSL319.82º55.9%61.76%-
HSV(B)319.82º51.42%83.14%-
XYZ39.8426.8344.15-
YUV143.91146.11176.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=43.18%
G=20.98%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210317600.510.170.17319.8255.961.76
HexD467B00331111140383e
Octal32414726006321215007076
Binary1101010011001111011000001100111000110001101000000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467B0; }

 p { color: rgb(212,103,176); }

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

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

 a { background-color: rgb(212,103,176); }

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

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

 span { border-color: rgb(212,103,176); }

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