#D465A1

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

Shades of Hopbush #D465A1

Tints of Hopbush #D465A1

Color information

#D465A1 (or 0xD465A1) is unknown color: approx Hopbush. HEX triplet: D4, 65 and A1. RGB value is (212,101,161). Sum of RGB (Red+Green+Blue) = 212+101+161=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D465A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465A1 is #2B9A5E. Grayscale: #8C8C8C. Windows color (decimal): -2857567 or 10577364. OLE color: 10577364.

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

Color convert

RGB212101161-
CMYK00.520.240.17
HSL327.57º56.35%61.37%-
HSV(B)327.57º52.36%83.14%-
XYZ38.2425.8836.7-
YUV141.03139.27178.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=44.73%
G=21.31%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210116100.520.240.17327.5756.3561.37
HexD465A10341811148383d
Octal32414524106430215107075
Binary1101010011001011010000101101001100010001101001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465A1; }

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

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

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

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

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

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

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

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