#D4B2B3

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

Shades of Pink Flare #D4B2B3

Tints of Pink Flare #D4B2B3

Color information

#D4B2B3 (or 0xD4B2B3) is unknown color: approx Pink Flare. HEX triplet: D4, B2 and B3. RGB value is (212,178,179). Sum of RGB (Red+Green+Blue) = 212+178+179=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2B3 is #2B4D4C. Grayscale: #BCBCBC. Windows color (decimal): -2837837 or 11776724. OLE color: 11776724.

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

Color convert

RGB212178179-
CMYK00.160.160.17
HSL358.24º28.33%76.47%-
HSV(B)358.24º16.04%83.14%-
XYZ51.2149.0949.42-
YUV188.28122.76144.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=37.26%
G=31.28%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217817900.160.160.17358.2428.3376.47
HexD4B2B301010111661c4c
Octal324262263020202154634114
Binary1101010010110010101100110100001000010001101100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B2B3; }

 p { color: rgb(212,178,179); }

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

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

 a { background-color: rgb(212,178,179); }

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

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

 span { border-color: rgb(212,178,179); }

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