#D65EA3

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

Shades of Hopbush #D65EA3

Tints of Hopbush #D65EA3

Color information

#D65EA3 (or 0xD65EA3) is unknown color: approx Hopbush. HEX triplet: D6, 5E and A3. RGB value is (214,94,163). Sum of RGB (Red+Green+Blue) = 214+94+163=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EA3 is #29A15C. Grayscale: #898989. Windows color (decimal): -2728285 or 10706646. OLE color: 10706646.

HSL color Cylindrical-coordinate representation of color #D65EA3: hue angle of 325.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EA3 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21494163-
CMYK00.560.240.16
HSL325.5º59.41%60.39%-
HSV(B)325.5º56.07%83.92%-
XYZ38.3524.9537.44-
YUV137.75142.26182.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=45.44%
G=19.96%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149416300.560.240.16325.559.4160.39
HexD65EA303818101463b3c
Octal32613624307030205067374
Binary1101011010111101010001101110001100010000101000110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65EA3; }

 p { color: rgb(214,94,163); }

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

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

 a { background-color: rgb(214,94,163); }

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

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

 span { border-color: rgb(214,94,163); }

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