Html Css Color HEX #D2AFB1 Pink Flare

📋 copy color: '#D2AFB1'

red 210 ◦ green 175 ◦ blue 177

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

Shades of Pink Flare #D2AFB1

Tints of Pink Flare #D2AFB1

RGB

 RED value IS 210 (82.42% from 255) = 37.37%

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

 BLUE value IS 177 (69.53% from 255) = 31.49%

R = 37.37%
G = 31.14%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D2AFB1 (or 0xD2AFB1) is known color: Pink Flare. HEX triplet: D2, AF and B1. RGB value is (210,175,177). Sum of RGB (Red+Green+Blue) = 210+175+177=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFB1 is #2D504E. Grayscale: #B9B9B9. Windows color (decimal): -2969679 or 11644882. OLE color: 11644882.

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

Color convert

RGB 210 175 177 -
CMYK 0 0.17 0.16 0.18
HSL 356.57º 0.28% 0.75% -
HSV(B) 356.57º 0.17% 0.82% -
XYZ 49.84 47.54 48.14 -
YUV 185.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 210 175 177 0 0.17 0.16 0.18 356.57 0.28 0.75
Hex D2 AF B1 0 11 10 12 165 1C 4B
Octal 322 257 261 0 21 20 22 545 34 113
Binary 11010010 10101111 10110001 0 10001 10000 10010 101100101 11100 1001011

Color Harmonies of #D2AFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFB1

Black with #D2AFB1

Text Example


Text Example

White with #D2AFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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