#DA9CC4

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

Shades of Shocking #DA9CC4

Tints of Shocking #DA9CC4

Color information

#DA9CC4 (or 0xDA9CC4) is unknown color: approx Shocking. HEX triplet: DA, 9C and C4. RGB value is (218,156,196). Sum of RGB (Red+Green+Blue) = 218+156+196=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CC4 is #25633B. Grayscale: #B3B3B3. Windows color (decimal): -2450236 or 12885210. OLE color: 12885210.

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

Color convert

RGB218156196-
CMYK00.280.100.15
HSL321.29º45.59%73.33%-
HSV(B)321.29º28.44%85.49%-
XYZ50.7742.6757.78-
YUV179.1137.54155.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=38.25%
G=27.37%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815619600.280.100.15321.2945.5973.33
HexDA9CC401CAF1412e49
Octal332234304034121750156111
Binary110110101001110011000100011100101011111010000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CC4; }

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

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

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

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

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

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

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

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