#D465B1

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

Shades of Hopbush #D465B1

Tints of Hopbush #D465B1

Color information

#D465B1 (or 0xD465B1) is unknown color: approx Hopbush. HEX triplet: D4, 65 and B1. RGB value is (212,101,177). Sum of RGB (Red+Green+Blue) = 212+101+177=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D465B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465B1 is #2B9A4E. Grayscale: #8E8E8E. Windows color (decimal): -2857551 or 11625940. OLE color: 11625940.

HSL color Cylindrical-coordinate representation of color #D465B1: hue angle of 318.92º 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 #D465B1 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212101177-
CMYK00.520.170.17
HSL318.92º56.35%61.37%-
HSV(B)318.92º52.36%83.14%-
XYZ39.7426.4844.61-
YUV142.85147.27177.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=43.27%
G=20.61%
B=36.12%

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
Decimal21210117700.520.170.17318.9256.3561.37
HexD465B1034111113f383d
Octal32414526106421214777075
Binary1101010011001011011000101101001000110001100111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465B1; }

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

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

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

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

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

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

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

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