#D48AB5

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

Shades of Shocking #D48AB5

Tints of Shocking #D48AB5

Color information

#D48AB5 (or 0xD48AB5) is unknown color: approx Shocking. HEX triplet: D4, 8A and B5. RGB value is (212,138,181). Sum of RGB (Red+Green+Blue) = 212+138+181=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AB5 is #2B754A. Grayscale: #A4A4A4. Windows color (decimal): -2848075 or 11897556. OLE color: 11897556.

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

Color convert

RGB212138181-
CMYK00.350.150.17
HSL325.14º46.25%68.63%-
HSV(B)325.14º34.91%83.14%-
XYZ44.5835.5148.22-
YUV165.03137.02161.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=39.92%
G=25.99%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213818100.350.150.17325.1446.2568.63
HexD48AB5023F111452e45
Octal324212265043172150556105
Binary11010100100010101011010101000111111100011010001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AB5; }

 p { color: rgb(212,138,181); }

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

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

 a { background-color: rgb(212,138,181); }

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

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

 span { border-color: rgb(212,138,181); }

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