Html Css Color HEX #D5A0BD Shocking

📋 copy color: '#D5A0BD'

red 213 ◦ green 160 ◦ blue 189

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

Shades of Shocking #D5A0BD

Tints of Shocking #D5A0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 37.9%
G = 28.47%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5A0BD (or 0xD5A0BD) is known color: Shocking. HEX triplet: D5, A0 and BD. RGB value is (213,160,189). Sum of RGB (Red+Green+Blue) = 213+160+189=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0BD is #2A5F42. Grayscale: #B3B3B3. Windows color (decimal): -2776899 or 12427477. OLE color: 12427477.

HSL color Cylindrical-coordinate representation of color #D5A0BD: hue angle of 327.17º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0BD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 189 -
CMYK 0 0.25 0.11 0.16
HSL 327.17º 0.39% 0.73% -
HSV(B) 327.17º 0.25% 0.84% -
XYZ 49.2 42.96 53.84 -
YUV 179.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 213 160 189 0 0.25 0.11 0.16 327.17 0.39 0.73
Hex D5 A0 BD 0 19 B 10 147 27 49
Octal 325 240 275 0 31 13 20 507 47 111
Binary 11010101 10100000 10111101 0 11001 1011 10000 101000111 100111 1001001

Color Harmonies of #D5A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0BD

Black with #D5A0BD

Text Example


Text Example

White with #D5A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0BD; }

 p { color: rgb(213,160,189); }

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

background-color css

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

 a { background-color: rgb(213,160,189); }

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

border-color css

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

 span { border-color: rgb(213,160,189); }

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