Html Css Color HEX #D5AFB4 Pink Flare

📋 copy color: '#D5AFB4'

red 213 ◦ green 175 ◦ blue 180

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

Shades of Pink Flare #D5AFB4

Tints of Pink Flare #D5AFB4

RGB

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

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

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

R = 37.5%
G = 30.81%
B = 31.69%

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

#D5AFB4 (or 0xD5AFB4) is known color: Pink Flare. HEX triplet: D5, AF and B4. RGB value is (213,175,180). Sum of RGB (Red+Green+Blue) = 213+175+180=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB4 is #2A504B. Grayscale: #BABABA. Windows color (decimal): -2773068 or 11841493. OLE color: 11841493.

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

Color convert

RGB 213 175 180 -
CMYK 0 0.18 0.15 0.16
HSL 352.11º 0.31% 0.76% -
HSV(B) 352.11º 0.18% 0.84% -
XYZ 51.01 48.1 49.78 -
YUV 186.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 213 175 180 0 0.18 0.15 0.16 352.11 0.31 0.76
Hex D5 AF B4 0 12 F 10 160 1F 4C
Octal 325 257 264 0 22 17 20 540 37 114
Binary 11010101 10101111 10110100 0 10010 1111 10000 101100000 11111 1001100

Color Harmonies of #D5AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFB4

Black with #D5AFB4

Text Example


Text Example

White with #D5AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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