Html Css Color HEX #D8B1B4 Pink Flare

📋 copy color: '#D8B1B4'

red 216 ◦ green 177 ◦ blue 180

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

Shades of Pink Flare #D8B1B4

Tints of Pink Flare #D8B1B4

RGB

 RED value IS 216 (84.77% from 255) = 37.7%

 GREEN value IS 177 (69.53% from 255) = 30.89%

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

R = 37.7%
G = 30.89%
B = 31.41%

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

#D8B1B4 (or 0xD8B1B4) is known color: Pink Flare. HEX triplet: D8, B1 and B4. RGB value is (216,177,180). Sum of RGB (Red+Green+Blue) = 216+177+180=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1B4 is #274E4B. Grayscale: #BDBDBD. Windows color (decimal): -2575948 or 11842008. OLE color: 11842008.

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

Color convert

RGB 216 177 180 -
CMYK 0 0.18 0.17 0.15
HSL 355.38º 0.33% 0.77% -
HSV(B) 355.38º 0.18% 0.85% -
XYZ 52.28 49.34 49.95 -
YUV 189 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 216 177 180 0 0.18 0.17 0.15 355.38 0.33 0.77
Hex D8 B1 B4 0 12 11 F 163 21 4D
Octal 330 261 264 0 22 21 17 543 41 115
Binary 11011000 10110001 10110100 0 10010 10001 1111 101100011 100001 1001101

Color Harmonies of #D8B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B1B4

Black with #D8B1B4

Text Example


Text Example

White with #D8B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B1B4; }

 p { color: rgb(216,177,180); }

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

background-color css

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

 a { background-color: rgb(216,177,180); }

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

border-color css

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

 span { border-color: rgb(216,177,180); }

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