#D4AFB5

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

Shades of Pink Flare #D4AFB5

Tints of Pink Flare #D4AFB5

Color information

#D4AFB5 (or 0xD4AFB5) is unknown color: approx Pink Flare. HEX triplet: D4, AF and B5. RGB value is (212,175,181). Sum of RGB (Red+Green+Blue) = 212+175+181=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFB5 is #2B504A. Grayscale: #BABABA. Windows color (decimal): -2838603 or 11907028. OLE color: 11907028.

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

Color convert

RGB212175181-
CMYK00.170.150.17
HSL350.27º30.08%75.88%-
HSV(B)350.27º17.45%83.14%-
XYZ50.8247.9950.3-
YUV186.75124.76146.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=37.32%
G=30.81%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217518100.170.150.17350.2730.0875.88
HexD4AFB5011F1115e1e4c
Octal324257265021172153636114
Binary110101001010111110110101010001111110001101011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFB5; }

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

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

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

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

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

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

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

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