#DA8DBB

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

Shades of Shocking #DA8DBB

Tints of Shocking #DA8DBB

Color information

#DA8DBB (or 0xDA8DBB) is unknown color: approx Shocking. HEX triplet: DA, 8D and BB. RGB value is (218,141,187). Sum of RGB (Red+Green+Blue) = 218+141+187=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DBB is #257244. Grayscale: #A9A9A9. Windows color (decimal): -2454085 or 12291546. OLE color: 12291546.

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

Color convert

RGB218141187-
CMYK00.350.140.15
HSL324.16º50.99%70.39%-
HSV(B)324.16º35.32%85.49%-
XYZ47.4137.5451.76-
YUV169.27138.01162.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=39.93%
G=25.82%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814118700.350.140.15324.1650.9970.39
HexDA8DBB023EF1443346
Octal332215273043161750463106
Binary1101101010001101101110110100011111011111010001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DBB; }

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

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

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

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

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

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

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

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