#D465AF

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

Shades of Hopbush #D465AF

Tints of Hopbush #D465AF

Color information

#D465AF (or 0xD465AF) is unknown color: approx Hopbush. HEX triplet: D4, 65 and AF. RGB value is (212,101,175). Sum of RGB (Red+Green+Blue) = 212+101+175=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D465AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465AF is #2B9A50. Grayscale: #8E8E8E. Windows color (decimal): -2857553 or 11494868. OLE color: 11494868.

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

Color convert

RGB212101175-
CMYK00.520.170.17
HSL320º56.35%61.37%-
HSV(B)320º52.36%83.14%-
XYZ39.5426.443.57-
YUV142.62146.27177.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=43.44%
G=20.70%
B=35.86%

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
Decimal21210117500.520.170.1732056.3561.37
HexD465AF0341111140383d
Octal32414525706421215007075
Binary1101010011001011010111101101001000110001101000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465AF; }

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

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

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

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

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

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

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

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