Html Css Color HEX #D49FB9 Shocking

📋 copy color: '#D49FB9'

red 212 ◦ green 159 ◦ blue 185

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

Shades of Shocking #D49FB9

Tints of Shocking #D49FB9

RGB

 RED value IS 212 (83.2% from 255) = 38.13%

 GREEN value IS 159 (62.5% from 255) = 28.6%

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 38.13%
G = 28.6%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D49FB9 (or 0xD49FB9) is known color: Shocking. HEX triplet: D4, 9F and B9. RGB value is (212,159,185). Sum of RGB (Red+Green+Blue) = 212+159+185=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FB9 is #2B6046. Grayscale: #B1B1B1. Windows color (decimal): -2842695 or 12165076. OLE color: 12165076.

HSL color Cylindrical-coordinate representation of color #D49FB9: hue angle of 330.57º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FB9 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 185 -
CMYK 0 0.25 0.13 0.17
HSL 330.57º 0.38% 0.73% -
HSV(B) 330.57º 0.25% 0.83% -
XYZ 48.31 42.3 51.52 -
YUV 177.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 212 159 185 0 0.25 0.13 0.17 330.57 0.38 0.73
Hex D4 9F B9 0 19 D 11 14B 26 49
Octal 324 237 271 0 31 15 21 513 46 111
Binary 11010100 10011111 10111001 0 11001 1101 10001 101001011 100110 1001001

Color Harmonies of #D49FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FB9

Black with #D49FB9

Text Example


Text Example

White with #D49FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FB9; }

 p { color: rgb(212,159,185); }

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

background-color css

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

 a { background-color: rgb(212,159,185); }

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

border-color css

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

 span { border-color: rgb(212,159,185); }

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