#D267B1

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

Shades of Hopbush #D267B1

Tints of Hopbush #D267B1

Color information

#D267B1 (or 0xD267B1) is unknown color: approx Hopbush. HEX triplet: D2, 67 and B1. RGB value is (210,103,177). Sum of RGB (Red+Green+Blue) = 210+103+177=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267B1 is #2D984E. Grayscale: #8F8F8F. Windows color (decimal): -2988111 or 11626450. OLE color: 11626450.

HSL color Cylindrical-coordinate representation of color #D267B1: hue angle of 318.5º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267B1 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210103177-
CMYK00.510.160.18
HSL318.5º54.31%61.37%-
HSV(B)318.5º50.95%82.35%-
XYZ39.3626.5844.65-
YUV143.43146.95175.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=42.86%
G=21.02%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010317700.510.160.18318.554.3161.37
HexD267B1033101213f363d
Octal32214726106320224776675
Binary1101001011001111011000101100111000010010100111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D267B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D267B1; }

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

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

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

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

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

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

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

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