#DA8DC7

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

Shades of Shocking #DA8DC7

Tints of Shocking #DA8DC7

Color information

#DA8DC7 (or 0xDA8DC7) is unknown color: approx Shocking. HEX triplet: DA, 8D and C7. RGB value is (218,141,199). Sum of RGB (Red+Green+Blue) = 218+141+199=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DC7 is #257238. Grayscale: #AAAAAA. Windows color (decimal): -2454073 or 13077978. OLE color: 13077978.

HSL color Cylindrical-coordinate representation of color #DA8DC7: hue angle of 314.81º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DC7 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218141199-
CMYK00.350.090.15
HSL314.81º50.99%70.39%-
HSV(B)314.81º35.32%85.49%-
XYZ48.7538.0858.81-
YUV170.64144.01161.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=39.07%
G=25.27%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814119900.350.090.15314.8150.9970.39
HexDA8DC70239F13b3346
Octal332215307043111747363106
Binary1101101010001101110001110100011100111111001110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DC7; }

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

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

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

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

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

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

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

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