Html Css Color HEX #D6AFB5 Pink Flare

📋 copy color: '#D6AFB5'

red 214 ◦ green 175 ◦ blue 181

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

Shades of Pink Flare #D6AFB5

Tints of Pink Flare #D6AFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 37.54%
G = 30.7%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D6AFB5 (or 0xD6AFB5) is known color: Pink Flare. HEX triplet: D6, AF and B5. RGB value is (214,175,181). Sum of RGB (Red+Green+Blue) = 214+175+181=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFB5 is #29504A. Grayscale: #BBBBBB. Windows color (decimal): -2707531 or 11907030. OLE color: 11907030.

HSL color Cylindrical-coordinate representation of color #D6AFB5: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFB5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 181 -
CMYK 0 0.18 0.15 0.16
HSL 350.77º 0.32% 0.76% -
HSV(B) 350.77º 0.18% 0.84% -
XYZ 51.4 48.29 50.33 -
YUV 187.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 214 175 181 0 0.18 0.15 0.16 350.77 0.32 0.76
Hex D6 AF B5 0 12 F 10 15F 20 4C
Octal 326 257 265 0 22 17 20 537 40 114
Binary 11010110 10101111 10110101 0 10010 1111 10000 101011111 100000 1001100

Color Harmonies of #D6AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFB5

Black with #D6AFB5

Text Example


Text Example

White with #D6AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFB5; }

 p { color: rgb(214,175,181); }

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

background-color css

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

 a { background-color: rgb(214,175,181); }

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

border-color css

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

 span { border-color: rgb(214,175,181); }

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