#DA9CC1

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

Shades of Shocking #DA9CC1

Tints of Shocking #DA9CC1

Color information

#DA9CC1 (or 0xDA9CC1) is unknown color: approx Shocking. HEX triplet: DA, 9C and C1. RGB value is (218,156,193). Sum of RGB (Red+Green+Blue) = 218+156+193=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CC1 is #25633E. Grayscale: #B2B2B2. Windows color (decimal): -2450239 or 12688602. OLE color: 12688602.

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

Color convert

RGB218156193-
CMYK00.280.110.15
HSL324.19º45.59%73.33%-
HSV(B)324.19º28.44%85.49%-
XYZ50.4342.5356-
YUV178.76136.04155.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=38.45%
G=27.51%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815619300.280.110.15324.1945.5973.33
HexDA9CC101CBF1442e49
Octal332234301034131750456111
Binary110110101001110011000001011100101111111010001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CC1; }

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

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

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

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

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

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

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

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