Html Css Color HEX #D49DB8 Shocking

📋 copy color: '#D49DB8'

red 212 ◦ green 157 ◦ blue 184

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

Shades of Shocking #D49DB8

Tints of Shocking #D49DB8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.39%

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 38.34%
G = 28.39%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D49DB8 (or 0xD49DB8) is known color: Shocking. HEX triplet: D4, 9D and B8. RGB value is (212,157,184). Sum of RGB (Red+Green+Blue) = 212+157+184=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DB8 is #2B6247. Grayscale: #B0B0B0. Windows color (decimal): -2843208 or 12099028. OLE color: 12099028.

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

Color convert

RGB 212 157 184 -
CMYK 0 0.26 0.13 0.17
HSL 330.55º 0.39% 0.72% -
HSV(B) 330.55º 0.26% 0.83% -
XYZ 47.86 41.57 50.85 -
YUV 176.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 212 157 184 0 0.26 0.13 0.17 330.55 0.39 0.72
Hex D4 9D B8 0 1A D 11 14B 27 48
Octal 324 235 270 0 32 15 21 513 47 110
Binary 11010100 10011101 10111000 0 11010 1101 10001 101001011 100111 1001000

Color Harmonies of #D49DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DB8

Black with #D49DB8

Text Example


Text Example

White with #D49DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DB8; }

 p { color: rgb(212,157,184); }

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

background-color css

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

 a { background-color: rgb(212,157,184); }

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

border-color css

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

 span { border-color: rgb(212,157,184); }

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