#DA95B5

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

Shades of Shocking #DA95B5

Tints of Shocking #DA95B5

Color information

#DA95B5 (or 0xDA95B5) is unknown color: approx Shocking. HEX triplet: DA, 95 and B5. RGB value is (218,149,181). Sum of RGB (Red+Green+Blue) = 218+149+181=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95B5 is #256A4A. Grayscale: #ADADAD. Windows color (decimal): -2452043 or 11900378. OLE color: 11900378.

HSL color Cylindrical-coordinate representation of color #DA95B5: hue angle of 332.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA95B5 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218149181-
CMYK00.320.170.15
HSL332.17º48.25%71.96%-
HSV(B)332.17º31.65%85.49%-
XYZ4839.7448.86-
YUV173.28132.36159.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=39.78%
G=27.19%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814918100.320.170.15332.1748.2571.96
HexDA95B502011F14c3048
Octal332225265040211751460110
Binary11011010100101011011010101000001000111111010011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95B5; }

 p { color: rgb(218,149,181); }

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

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

 a { background-color: rgb(218,149,181); }

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

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

 span { border-color: rgb(218,149,181); }

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