#DA8BC4

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

Shades of Shocking #DA8BC4

Tints of Shocking #DA8BC4

Color information

#DA8BC4 (or 0xDA8BC4) is unknown color: approx Shocking. HEX triplet: DA, 8B and C4. RGB value is (218,139,196). Sum of RGB (Red+Green+Blue) = 218+139+196=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BC4 is #25743B. Grayscale: #A8A8A8. Windows color (decimal): -2454588 or 12880858. OLE color: 12880858.

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

Color convert

RGB218139196-
CMYK00.360.100.15
HSL316.71º51.63%70%-
HSV(B)316.71º36.24%85.49%-
XYZ48.1137.3656.9-
YUV169.12143.17162.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=39.42%
G=25.14%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813919600.360.100.15316.7151.6370
HexDA8BC4024AF13d3446
Octal332213304044121747564106
Binary1101101010001011110001000100100101011111001111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BC4; }

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

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

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

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

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

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

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

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