Html Css Color HEX #D5AFB3 Pink Flare

📋 copy color: '#D5AFB3'

red 213 ◦ green 175 ◦ blue 179

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

Shades of Pink Flare #D5AFB3

Tints of Pink Flare #D5AFB3

RGB

 RED value IS 213 (83.59% from 255) = 37.57%

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

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

R = 37.57%
G = 30.86%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D5AFB3 (or 0xD5AFB3) is known color: Pink Flare. HEX triplet: D5, AF and B3. RGB value is (213,175,179). Sum of RGB (Red+Green+Blue) = 213+175+179=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB3 is #2A504C. Grayscale: #BABABA. Windows color (decimal): -2773069 or 11775957. OLE color: 11775957.

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

Color convert

RGB 213 175 179 -
CMYK 0 0.18 0.16 0.16
HSL 353.68º 0.31% 0.76% -
HSV(B) 353.68º 0.18% 0.84% -
XYZ 50.91 48.06 49.24 -
YUV 186.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 213 175 179 0 0.18 0.16 0.16 353.68 0.31 0.76
Hex D5 AF B3 0 12 10 10 162 1F 4C
Octal 325 257 263 0 22 20 20 542 37 114
Binary 11010101 10101111 10110011 0 10010 10000 10000 101100010 11111 1001100

Color Harmonies of #D5AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFB3

Black with #D5AFB3

Text Example


Text Example

White with #D5AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFB3; }

 p { color: rgb(213,175,179); }

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

background-color css

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

 a { background-color: rgb(213,175,179); }

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

border-color css

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

 span { border-color: rgb(213,175,179); }

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