#D2AFB0

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

Shades of Pink Flare #D2AFB0

Tints of Pink Flare #D2AFB0

Color information

#D2AFB0 (or 0xD2AFB0) is unknown color: approx Pink Flare. HEX triplet: D2, AF and B0. RGB value is (210,175,176). Sum of RGB (Red+Green+Blue) = 210+175+176=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFB0 is #2D504F. Grayscale: #B9B9B9. Windows color (decimal): -2969680 or 11579346. OLE color: 11579346.

HSL color Cylindrical-coordinate representation of color #D2AFB0: hue angle of 358.29º 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 #D2AFB0 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210175176-
CMYK00.170.160.18
HSL358.29º28%75.49%-
HSV(B)358.29º16.67%82.35%-
XYZ49.7447.547.62-
YUV185.58122.6145.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=37.43%
G=31.19%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017517600.170.160.18358.292875.49
HexD2AFB001110121661c4b
Octal322257260021202254634113
Binary1101001010101111101100000100011000010010101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFB0; }

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

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

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

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

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

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

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

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