#DA9DC1

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

Shades of Shocking #DA9DC1

Tints of Shocking #DA9DC1

Color information

#DA9DC1 (or 0xDA9DC1) is unknown color: approx Shocking. HEX triplet: DA, 9D and C1. RGB value is (218,157,193). Sum of RGB (Red+Green+Blue) = 218+157+193=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DC1 is #25623E. Grayscale: #B3B3B3. Windows color (decimal): -2449983 or 12688858. OLE color: 12688858.

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

Color convert

RGB218157193-
CMYK00.280.110.15
HSL324.59º45.19%73.53%-
HSV(B)324.59º27.98%85.49%-
XYZ50.642.8756.06-
YUV179.34135.71155.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=38.38%
G=27.64%
B=33.98%

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
Decimal21815719300.280.110.15324.5945.1973.53
HexDA9DC101CBF1452d4a
Octal332235301034131750555112
Binary110110101001110111000001011100101111111010001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DC1; }

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

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

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

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

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

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

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

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