#D5AFB3

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

Shades of Pink Flare #D5AFB3

Tints of Pink Flare #D5AFB3

Color information

#D5AFB3 (or 0xD5AFB3) is unknown color: approx Pink Flare. HEX triplet: D5, AF and B3. RGB value is (213,175,179). Sum of RGB (Red+Green+Blue) = 213+175+179=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB3 is #2A504C. Grayscale: #BABABA. Windows color (decimal): -2773069 or 11775957. OLE color: 11775957.

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

Color convert

RGB213175179-
CMYK00.180.160.16
HSL353.68º31.15%76.08%-
HSV(B)353.68º17.84%83.53%-
XYZ50.9148.0649.24-
YUV186.82123.59146.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=37.57%
G=30.86%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317517900.180.160.16353.6831.1576.08
HexD5AFB301210101621f4c
Octal325257263022202054237114
Binary1101010110101111101100110100101000010000101100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFB3; }

 p { color: rgb(213,175,179); }

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

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

 a { background-color: rgb(213,175,179); }

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

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

 span { border-color: rgb(213,175,179); }

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