Html Css Color HEX #D9A5BE Shocking

📋 copy color: '#D9A5BE'

red 217 ◦ green 165 ◦ blue 190

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

Shades of Shocking #D9A5BE

Tints of Shocking #D9A5BE

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

 GREEN value IS 165 (64.84% from 255) = 28.85%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 37.94%
G = 28.85%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9A5BE (or 0xD9A5BE) is known color: Shocking. HEX triplet: D9, A5 and BE. RGB value is (217,165,190). Sum of RGB (Red+Green+Blue) = 217+165+190=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A5BE is #265A41. Grayscale: #B7B7B7. Windows color (decimal): -2513474 or 12494297. OLE color: 12494297.

HSL color Cylindrical-coordinate representation of color #D9A5BE: hue angle of 331.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A5BE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 165 190 -
CMYK 0 0.24 0.12 0.15
HSL 331.15º 0.41% 0.75% -
HSV(B) 331.15º 0.24% 0.85% -
XYZ 51.36 45.38 54.77 -
YUV 183.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 217 165 190 0 0.24 0.12 0.15 331.15 0.41 0.75
Hex D9 A5 BE 0 18 C F 14B 29 4B
Octal 331 245 276 0 30 14 17 513 51 113
Binary 11011001 10100101 10111110 0 11000 1100 1111 101001011 101001 1001011

Color Harmonies of #D9A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A5BE

Black with #D9A5BE

Text Example


Text Example

White with #D9A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A5BE; }

 p { color: rgb(217,165,190); }

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

background-color css

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

 a { background-color: rgb(217,165,190); }

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

border-color css

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

 span { border-color: rgb(217,165,190); }

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