Html Css Color HEX #D6B2B3 Pink Flare

📋 copy color: '#D6B2B3'

red 214 ◦ green 178 ◦ blue 179

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

Shades of Pink Flare #D6B2B3

Tints of Pink Flare #D6B2B3

RGB

 RED value IS 214 (83.98% from 255) = 37.48%

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 37.48%
G = 31.17%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6B2B3 (or 0xD6B2B3) is known color: Pink Flare. HEX triplet: D6, B2 and B3. RGB value is (214,178,179). Sum of RGB (Red+Green+Blue) = 214+178+179=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2B3 is #294D4C. Grayscale: #BCBCBC. Windows color (decimal): -2706765 or 11776726. OLE color: 11776726.

HSL color Cylindrical-coordinate representation of color #D6B2B3: hue angle of 358.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B2B3 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 179 -
CMYK 0 0.17 0.16 0.16
HSL 358.33º 0.31% 0.77% -
HSV(B) 358.33º 0.17% 0.84% -
XYZ 51.79 49.39 49.45 -
YUV 188.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 214 178 179 0 0.17 0.16 0.16 358.33 0.31 0.77
Hex D6 B2 B3 0 11 10 10 166 1F 4D
Octal 326 262 263 0 21 20 20 546 37 115
Binary 11010110 10110010 10110011 0 10001 10000 10000 101100110 11111 1001101

Color Harmonies of #D6B2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2B3

Black with #D6B2B3

Text Example


Text Example

White with #D6B2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2B3; }

 p { color: rgb(214,178,179); }

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

background-color css

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

 a { background-color: rgb(214,178,179); }

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

border-color css

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

 span { border-color: rgb(214,178,179); }

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