#D4B4B5

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

Shades of Pink Flare #D4B4B5

Tints of Pink Flare #D4B4B5

Color information

#D4B4B5 (or 0xD4B4B5) is unknown color: approx Pink Flare. HEX triplet: D4, B4 and B5. RGB value is (212,180,181). Sum of RGB (Red+Green+Blue) = 212+180+181=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4B5 is #2B4B4A. Grayscale: #BDBDBD. Windows color (decimal): -2837323 or 11908308. OLE color: 11908308.

HSL color Cylindrical-coordinate representation of color #D4B4B5: hue angle of 358.12º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B4B5 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212180181-
CMYK00.150.150.17
HSL358.12º27.12%76.86%-
HSV(B)358.12º15.09%83.14%-
XYZ51.8149.9850.63-
YUV189.68123.1143.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=37.00%
G=31.41%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218018100.150.150.17358.1227.1276.86
HexD4B4B50FF111661b4d
Octal324264265017172154633115
Binary11010100101101001011010101111111110001101100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4B5; }

 p { color: rgb(212,180,181); }

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

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

 a { background-color: rgb(212,180,181); }

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

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

 span { border-color: rgb(212,180,181); }

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