Html Css Color HEX #D1AFB2 Pink Flare

📋 copy color: '#D1AFB2'

red 209 ◦ green 175 ◦ blue 178

#D1AFB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #D1AFB2

Tints of Pink Flare #D1AFB2

RGB

 RED value IS 209 (82.03% from 255) = 37.19%

 GREEN value IS 175 (68.75% from 255) = 31.14%

 BLUE value IS 178 (69.92% from 255) = 31.67%

R = 37.19%
G = 31.14%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D1AFB2 (or 0xD1AFB2) is known color: Pink Flare. HEX triplet: D1, AF and B2. RGB value is (209,175,178). Sum of RGB (Red+Green+Blue) = 209+175+178=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFB2 is #2E504D. Grayscale: #B9B9B9. Windows color (decimal): -3035214 or 11710417. OLE color: 11710417.

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

Color convert

RGB 209 175 178 -
CMYK 0 0.16 0.15 0.18
HSL 354.71º 0.27% 0.75% -
HSV(B) 354.71º 0.16% 0.82% -
XYZ 49.66 47.43 48.66 -
YUV 185.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 209 175 178 0 0.16 0.15 0.18 354.71 0.27 0.75
Hex D1 AF B2 0 10 F 12 163 1B 4B
Octal 321 257 262 0 20 17 22 543 33 113
Binary 11010001 10101111 10110010 0 10000 1111 10010 101100011 11011 1001011

Color Harmonies of #D1AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFB2

Black with #D1AFB2

Text Example


Text Example

White with #D1AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFB2; }

 p { color: rgb(209,175,178); }

 H1.HeaderClassName
 {
   color: #D1AFB2;
 }
 .AnyTagClassName
 {
   color: #D1AFB2;
 }
</style>

background-color css

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

 a { background-color: rgb(209,175,178); }

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

border-color css

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

 span { border-color: rgb(209,175,178); }

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