#D2AFB5

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

Shades of Pink Flare #D2AFB5

Tints of Pink Flare #D2AFB5

Color information

#D2AFB5 (or 0xD2AFB5) is unknown color: approx Pink Flare. HEX triplet: D2, AF and B5. RGB value is (210,175,181). Sum of RGB (Red+Green+Blue) = 210+175+181=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB5 is #2D504A. Grayscale: #BABABA. Windows color (decimal): -2969675 or 11907026. OLE color: 11907026.

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

Color convert

RGB210175181-
CMYK00.170.140.18
HSL349.71º28%75.49%-
HSV(B)349.71º16.67%82.35%-
XYZ50.2547.750.27-
YUV186.15125.1145.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=37.10%
G=30.92%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017518100.170.140.18349.712875.49
HexD2AFB5011E1215e1c4b
Octal322257265021162253634113
Binary110100101010111110110101010001111010010101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFB5; }

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

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

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

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

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

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

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

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