#D65DA7

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

Shades of Hopbush #D65DA7

Tints of Hopbush #D65DA7

Color information

#D65DA7 (or 0xD65DA7) is unknown color: approx Hopbush. HEX triplet: D6, 5D and A7. RGB value is (214,93,167). Sum of RGB (Red+Green+Blue) = 214+93+167=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DA7 is #29A258. Grayscale: #898989. Windows color (decimal): -2728537 or 10968534. OLE color: 10968534.

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

Color convert

RGB21493167-
CMYK00.570.220.16
HSL323.31º59.61%60.2%-
HSV(B)323.31º56.54%83.92%-
XYZ38.6224.9139.33-
YUV137.62144.59182.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=45.15%
G=19.62%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149316700.570.220.16323.3159.6160.2
HexD65DA703916101433c3c
Octal32613524707126205037474
Binary1101011010111011010011101110011011010000101000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DA7; }

 p { color: rgb(214,93,167); }

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

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

 a { background-color: rgb(214,93,167); }

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

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

 span { border-color: rgb(214,93,167); }

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