#D5AFB4

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

Shades of Pink Flare #D5AFB4

Tints of Pink Flare #D5AFB4

Color information

#D5AFB4 (or 0xD5AFB4) is unknown color: approx Pink Flare. HEX triplet: D5, AF and B4. RGB value is (213,175,180). Sum of RGB (Red+Green+Blue) = 213+175+180=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB4 is #2A504B. Grayscale: #BABABA. Windows color (decimal): -2773068 or 11841493. OLE color: 11841493.

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

Color convert

RGB213175180-
CMYK00.180.150.16
HSL352.11º31.15%76.08%-
HSV(B)352.11º17.84%83.53%-
XYZ51.0148.149.78-
YUV186.93124.09146.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=37.5%
G=30.81%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317518000.180.150.16352.1131.1576.08
HexD5AFB4012F101601f4c
Octal325257264022172054037114
Binary110101011010111110110100010010111110000101100000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFB4; }

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

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

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

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

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

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

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

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