#D65CA6

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

Shades of Hopbush #D65CA6

Tints of Hopbush #D65CA6

Color information

#D65CA6 (or 0xD65CA6) is unknown color: approx Hopbush. HEX triplet: D6, 5C and A6. RGB value is (214,92,166). Sum of RGB (Red+Green+Blue) = 214+92+166=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CA6 is #29A359. Grayscale: #888888. Windows color (decimal): -2728794 or 10902742. OLE color: 10902742.

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

Color convert

RGB21492166-
CMYK00.570.220.16
HSL323.61º59.8%60%-
HSV(B)323.61º57.01%83.92%-
XYZ38.4424.738.82-
YUV136.91144.42182.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=45.34%
G=19.49%
B=35.17%

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
Decimal2149216600.570.220.16323.6159.860
HexD65CA603916101443c3c
Octal32613424607126205047474
Binary1101011010111001010011001110011011010000101000100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CA6; }

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

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

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

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

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

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

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

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