#D48BB8

Color #D48BB8 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D48BB8

Tints of Shocking #D48BB8

Color information

#D48BB8 (or 0xD48BB8) is unknown color: approx Shocking. HEX triplet: D4, 8B and B8. RGB value is (212,139,184). Sum of RGB (Red+Green+Blue) = 212+139+184=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BB8 is #2B7447. Grayscale: #A5A5A5. Windows color (decimal): -2847816 or 12094420. OLE color: 12094420.

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

Color convert

RGB212139184-
CMYK00.340.130.17
HSL323.01º45.91%68.82%-
HSV(B)323.01º34.43%83.14%-
XYZ45.0435.9249.91-
YUV165.96138.18160.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=39.63%
G=25.98%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213918400.340.130.17323.0145.9168.82
HexD48BB8022D111432e45
Octal324213270042152150356105
Binary11010100100010111011100001000101101100011010000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BB8; }

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

 H1.HeaderClassName
 {
   color: #D48BB8;
 }
 .AnyTagClassName
 {
   color: #D48BB8;
 }
</style>
background-color css

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

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

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

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

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

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