#D0B0B3

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

Shades of Pink Flare #D0B0B3

Tints of Pink Flare #D0B0B3

Color information

#D0B0B3 (or 0xD0B0B3) is unknown color: approx Pink Flare. HEX triplet: D0, B0 and B3. RGB value is (208,176,179). Sum of RGB (Red+Green+Blue) = 208+176+179=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0B3 is #2F4F4C. Grayscale: #B9B9B9. Windows color (decimal): -3100493 or 11776208. OLE color: 11776208.

HSL color Cylindrical-coordinate representation of color #D0B0B3: hue angle of 354.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B0B3 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB208176179-
CMYK00.150.140.18
HSL354.38º25.4%75.29%-
HSV(B)354.38º15.38%81.57%-
XYZ49.6747.7249.24-
YUV185.91124.1143.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=36.94%
G=31.26%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817617900.150.140.18354.3825.475.29
HexD0B0B30FE12162194b
Octal320260263017162254231113
Binary11010000101100001011001101111111010010101100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B0B3; }

 p { color: rgb(208,176,179); }

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

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

 a { background-color: rgb(208,176,179); }

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

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

 span { border-color: rgb(208,176,179); }

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