#D665B1

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

Shades of Hopbush #D665B1

Tints of Hopbush #D665B1

Color information

#D665B1 (or 0xD665B1) is unknown color: approx Hopbush. HEX triplet: D6, 65 and B1. RGB value is (214,101,177). Sum of RGB (Red+Green+Blue) = 214+101+177=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665B1 is #299A4E. Grayscale: #8F8F8F. Windows color (decimal): -2726479 or 11625942. OLE color: 11625942.

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

Color convert

RGB214101177-
CMYK00.530.170.16
HSL319.65º57.95%61.76%-
HSV(B)319.65º52.8%83.92%-
XYZ40.3226.7844.64-
YUV143.45146.94178.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=43.50%
G=20.53%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410117700.530.170.16319.6557.9561.76
HexD665B103511101403a3e
Octal32614526106521205007276
Binary1101011011001011011000101101011000110000101000000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665B1; }

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

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

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

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

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

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

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

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