#D667B1

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

Shades of Hopbush #D667B1

Tints of Hopbush #D667B1

Color information

#D667B1 (or 0xD667B1) is unknown color: approx Hopbush. HEX triplet: D6, 67 and B1. RGB value is (214,103,177). Sum of RGB (Red+Green+Blue) = 214+103+177=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D667B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D667B1 is #29984E. Grayscale: #909090. Windows color (decimal): -2725967 or 11626454. OLE color: 11626454.

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

Color convert

RGB214103177-
CMYK00.520.170.16
HSL320º57.51%62.16%-
HSV(B)320º51.87%83.92%-
XYZ40.5227.1744.7-
YUV144.62146.27177.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=43.32%
G=20.85%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410317700.520.170.1632057.5162.16
HexD667B103411101403a3e
Octal32614726106421205007276
Binary1101011011001111011000101101001000110000101000000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667B1; }

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

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

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

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

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

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

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

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