Html Css Color HEX #D9B2B4 Pink Flare

📋 copy color: '#D9B2B4'

red 217 ◦ green 178 ◦ blue 180

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

Shades of Pink Flare #D9B2B4

Tints of Pink Flare #D9B2B4

RGB

 RED value IS 217 (85.16% from 255) = 37.74%

 GREEN value IS 178 (69.92% from 255) = 30.96%

 BLUE value IS 180 (70.7% from 255) = 31.3%

R = 37.74%
G = 30.96%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9B2B4 (or 0xD9B2B4) is known color: Pink Flare. HEX triplet: D9, B2 and B4. RGB value is (217,178,180). Sum of RGB (Red+Green+Blue) = 217+178+180=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2B4 is #264D4B. Grayscale: #BDBDBD. Windows color (decimal): -2510156 or 11842265. OLE color: 11842265.

HSL color Cylindrical-coordinate representation of color #D9B2B4: hue angle of 356.92º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B2B4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 180 -
CMYK 0 0.18 0.17 0.15
HSL 356.92º 0.34% 0.77% -
HSV(B) 356.92º 0.18% 0.85% -
XYZ 52.77 49.89 50.03 -
YUV 189.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 217 178 180 0 0.18 0.17 0.15 356.92 0.34 0.77
Hex D9 B2 B4 0 12 11 F 165 22 4D
Octal 331 262 264 0 22 21 17 545 42 115
Binary 11011001 10110010 10110100 0 10010 10001 1111 101100101 100010 1001101

Color Harmonies of #D9B2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2B4

Black with #D9B2B4

Text Example


Text Example

White with #D9B2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2B4; }

 p { color: rgb(217,178,180); }

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

background-color css

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

 a { background-color: rgb(217,178,180); }

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

border-color css

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

 span { border-color: rgb(217,178,180); }

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