#DA95B9

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

Shades of Shocking #DA95B9

Tints of Shocking #DA95B9

Color information

#DA95B9 (or 0xDA95B9) is unknown color: approx Shocking. HEX triplet: DA, 95 and B9. RGB value is (218,149,185). Sum of RGB (Red+Green+Blue) = 218+149+185=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95B9 is #256A46. Grayscale: #ADADAD. Windows color (decimal): -2452039 or 12162522. OLE color: 12162522.

HSL color Cylindrical-coordinate representation of color #DA95B9: hue angle of 328.7º 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 #DA95B9 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218149185-
CMYK00.320.150.15
HSL328.7º48.25%71.96%-
HSV(B)328.7º31.65%85.49%-
XYZ48.4239.951.05-
YUV173.74134.36159.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=39.49%
G=26.99%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814918500.320.150.15328.748.2571.96
HexDA95B9020FF1493048
Octal332225271040171751160110
Binary1101101010010101101110010100000111111111010010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95B9; }

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

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

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

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

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

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

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

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