#DA95C6

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

Shades of Shocking #DA95C6

Tints of Shocking #DA95C6

Color information

#DA95C6 (or 0xDA95C6) is unknown color: approx Shocking. HEX triplet: DA, 95 and C6. RGB value is (218,149,198). Sum of RGB (Red+Green+Blue) = 218+149+198=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95C6 is #256A39. Grayscale: #AFAFAF. Windows color (decimal): -2452026 or 13014490. OLE color: 13014490.

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

Color convert

RGB218149198-
CMYK00.320.090.15
HSL317.39º48.25%71.96%-
HSV(B)317.39º31.65%85.49%-
XYZ49.8540.4858.61-
YUV175.22140.86158.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=38.58%
G=26.37%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814919800.320.090.15317.3948.2571.96
HexDA95C60209F13d3048
Octal332225306040111747560110
Binary1101101010010101110001100100000100111111001111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95C6; }

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

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

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

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

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

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

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

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