#DA88BD

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

Shades of Shocking #DA88BD

Tints of Shocking #DA88BD

Color information

#DA88BD (or 0xDA88BD) is unknown color: approx Shocking. HEX triplet: DA, 88 and BD. RGB value is (218,136,189). Sum of RGB (Red+Green+Blue) = 218+136+189=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88BD is #257742. Grayscale: #A6A6A6. Windows color (decimal): -2455363 or 12421338. OLE color: 12421338.

HSL color Cylindrical-coordinate representation of color #DA88BD: hue angle of 321.22º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88BD is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218136189-
CMYK00.380.130.15
HSL321.22º52.56%69.41%-
HSV(B)321.22º37.61%85.49%-
XYZ46.936.1952.66-
YUV166.56140.67164.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=40.15%
G=25.05%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813618900.380.130.15321.2252.5669.41
HexDA88BD026DF1413545
Octal332210275046151750165105
Binary1101101010001000101111010100110110111111010000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88BD; }

 p { color: rgb(218,136,189); }

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

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

 a { background-color: rgb(218,136,189); }

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

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

 span { border-color: rgb(218,136,189); }

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