Html Css Color HEX #D9B2B6 Pink Flare

📋 copy color: '#D9B2B6'

red 217 ◦ green 178 ◦ blue 182

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

Shades of Pink Flare #D9B2B6

Tints of Pink Flare #D9B2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 37.61%
G = 30.85%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9B2B6 (or 0xD9B2B6) is known color: Pink Flare. HEX triplet: D9, B2 and B6. RGB value is (217,178,182). Sum of RGB (Red+Green+Blue) = 217+178+182=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2B6 is #264D49. Grayscale: #BEBEBE. Windows color (decimal): -2510154 or 11973337. OLE color: 11973337.

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

Color convert

RGB 217 178 182 -
CMYK 0 0.18 0.16 0.15
HSL 353.85º 0.34% 0.77% -
HSV(B) 353.85º 0.18% 0.85% -
XYZ 52.98 49.97 51.11 -
YUV 190.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 217 178 182 0 0.18 0.16 0.15 353.85 0.34 0.77
Hex D9 B2 B6 0 12 10 F 162 22 4D
Octal 331 262 266 0 22 20 17 542 42 115
Binary 11011001 10110010 10110110 0 10010 10000 1111 101100010 100010 1001101

Color Harmonies of #D9B2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2B6

Black with #D9B2B6

Text Example


Text Example

White with #D9B2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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