#DA95C7

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

Shades of Shocking #DA95C7

Tints of Shocking #DA95C7

Color information

#DA95C7 (or 0xDA95C7) is unknown color: approx Shocking. HEX triplet: DA, 95 and C7. RGB value is (218,149,199). Sum of RGB (Red+Green+Blue) = 218+149+199=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95C7 is #256A38. Grayscale: #AFAFAF. Windows color (decimal): -2452025 or 13080026. OLE color: 13080026.

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

Color convert

RGB218149199-
CMYK00.320.090.15
HSL316.52º48.25%71.96%-
HSV(B)316.52º31.65%85.49%-
XYZ49.9740.5259.22-
YUV175.33141.36158.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 199 (78.12% from 255) = 35.16%
R=38.52%
G=26.33%
B=35.16%

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
Decimal21814919900.320.090.15316.5248.2571.96
HexDA95C70209F13d3048
Octal332225307040111747560110
Binary1101101010010101110001110100000100111111001111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95C7; }

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

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

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

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

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

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

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

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