#D65CA9

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

Shades of Hopbush #D65CA9

Tints of Hopbush #D65CA9

Color information

#D65CA9 (or 0xD65CA9) is unknown color: approx Hopbush. HEX triplet: D6, 5C and A9. RGB value is (214,92,169). Sum of RGB (Red+Green+Blue) = 214+92+169=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CA9 is #29A356. Grayscale: #898989. Windows color (decimal): -2728791 or 11099350. OLE color: 11099350.

HSL color Cylindrical-coordinate representation of color #D65CA9: hue angle of 322.13º 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 #D65CA9 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21492169-
CMYK00.570.210.16
HSL322.13º59.8%60%-
HSV(B)322.13º57.01%83.92%-
XYZ38.7224.8240.29-
YUV137.26145.92182.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=45.05%
G=19.37%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149216900.570.210.16322.1359.860
HexD65CA903915101423c3c
Octal32613425107125205027474
Binary1101011010111001010100101110011010110000101000010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CA9; }

 p { color: rgb(214,92,169); }

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

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

 a { background-color: rgb(214,92,169); }

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

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

 span { border-color: rgb(214,92,169); }

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