#D2AFB4

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

Shades of Pink Flare #D2AFB4

Tints of Pink Flare #D2AFB4

Color information

#D2AFB4 (or 0xD2AFB4) is unknown color: approx Pink Flare. HEX triplet: D2, AF and B4. RGB value is (210,175,180). Sum of RGB (Red+Green+Blue) = 210+175+180=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB4 is #2D504B. Grayscale: #BABABA. Windows color (decimal): -2969676 or 11841490. OLE color: 11841490.

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

Color convert

RGB210175180-
CMYK00.170.140.18
HSL351.43º28%75.49%-
HSV(B)351.43º16.67%82.35%-
XYZ50.1547.6649.74-
YUV186.04124.6145.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=37.17%
G=30.97%
B=31.86%

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
Decimal21017518000.170.140.18351.432875.49
HexD2AFB4011E1215f1c4b
Octal322257264021162253734113
Binary110100101010111110110100010001111010010101011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFB4; }

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

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

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

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

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

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

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

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