#D465B0

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

Shades of Hopbush #D465B0

Tints of Hopbush #D465B0

Color information

#D465B0 (or 0xD465B0) is unknown color: approx Hopbush. HEX triplet: D4, 65 and B0. RGB value is (212,101,176). Sum of RGB (Red+Green+Blue) = 212+101+176=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D465B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465B0 is #2B9A4F. Grayscale: #8E8E8E. Windows color (decimal): -2857552 or 11560404. OLE color: 11560404.

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

Color convert

RGB212101176-
CMYK00.520.170.17
HSL319.46º56.35%61.37%-
HSV(B)319.46º52.36%83.14%-
XYZ39.6426.4444.09-
YUV142.74146.77177.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=43.35%
G=20.65%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210117600.520.170.17319.4656.3561.37
HexD465B0034111113f383d
Octal32414526006421214777075
Binary1101010011001011011000001101001000110001100111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465B0; }

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

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

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

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

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

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

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

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