#DA9FC4

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

Shades of Shocking #DA9FC4

Tints of Shocking #DA9FC4

Color information

#DA9FC4 (or 0xDA9FC4) is unknown color: approx Shocking. HEX triplet: DA, 9F and C4. RGB value is (218,159,196). Sum of RGB (Red+Green+Blue) = 218+159+196=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FC4 is #25603B. Grayscale: #B4B4B4. Windows color (decimal): -2449468 or 12885978. OLE color: 12885978.

HSL color Cylindrical-coordinate representation of color #DA9FC4: hue angle of 322.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FC4 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218159196-
CMYK00.270.100.15
HSL322.37º44.36%73.92%-
HSV(B)322.37º27.06%85.49%-
XYZ51.2843.6957.95-
YUV180.86136.55154.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=38.05%
G=27.75%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815919600.270.100.15322.3744.3673.92
HexDA9FC401BAF1422c4a
Octal332237304033121750254112
Binary110110101001111111000100011011101011111010000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FC4; }

 p { color: rgb(218,159,196); }

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

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

 a { background-color: rgb(218,159,196); }

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

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

 span { border-color: rgb(218,159,196); }

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