#D665A2

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

Shades of Hopbush #D665A2

Tints of Hopbush #D665A2

Color information

#D665A2 (or 0xD665A2) is unknown color: approx Hopbush. HEX triplet: D6, 65 and A2. RGB value is (214,101,162). Sum of RGB (Red+Green+Blue) = 214+101+162=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D665A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665A2 is #299A5D. Grayscale: #8D8D8D. Windows color (decimal): -2726494 or 10642902. OLE color: 10642902.

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

Color convert

RGB214101162-
CMYK00.530.240.16
HSL327.61º57.95%61.76%-
HSV(B)327.61º52.8%83.92%-
XYZ38.9126.2137.19-
YUV141.74139.44179.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=44.86%
G=21.17%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410116200.530.240.16327.6157.9561.76
HexD665A203518101483a3e
Octal32614524206530205107276
Binary1101011011001011010001001101011100010000101001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665A2; }

 p { color: rgb(214,101,162); }

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

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

 a { background-color: rgb(214,101,162); }

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

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

 span { border-color: rgb(214,101,162); }

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