#D7B0B5

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

Shades of Pink Flare #D7B0B5

Tints of Pink Flare #D7B0B5

Color information

#D7B0B5 (or 0xD7B0B5) is unknown color: approx Pink Flare. HEX triplet: D7, B0 and B5. RGB value is (215,176,181). Sum of RGB (Red+Green+Blue) = 215+176+181=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0B5 is #284F4A. Grayscale: #BCBCBC. Windows color (decimal): -2641739 or 11907287. OLE color: 11907287.

HSL color Cylindrical-coordinate representation of color #D7B0B5: hue angle of 352.31º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B0B5 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215176181-
CMYK00.180.160.16
HSL352.31º32.77%76.67%-
HSV(B)352.31º18.14%84.31%-
XYZ51.8948.8350.41-
YUV188.23123.92147.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=37.59%
G=30.77%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517618100.180.160.16352.3132.7776.67
HexD7B0B50121010160214d
Octal327260265022202054041115
Binary11010111101100001011010101001010000100001011000001000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0B5; }

 p { color: rgb(215,176,181); }

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

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

 a { background-color: rgb(215,176,181); }

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

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

 span { border-color: rgb(215,176,181); }

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