#DA88FC

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

Shades of Heliotrope #DA88FC

Tints of Heliotrope #DA88FC

Color information

#DA88FC (or 0xDA88FC) is unknown color: approx Heliotrope. HEX triplet: DA, 88 and FC. RGB value is (218,136,252). Sum of RGB (Red+Green+Blue) = 218+136+252=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA88FC is #257703. Grayscale: #ADADAD. Windows color (decimal): -2455300 or 16550106. OLE color: 16550106.

HSL color Cylindrical-coordinate representation of color #DA88FC: hue angle of 282.41º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA88FC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218136252-
CMYK0.130.4600.01
HSL282.41º95.08%76.08%-
HSV(B)282.41º46.03%98.82%-
XYZ55.2939.5496.81-
YUV173.74172.17159.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 136 (53.52% from 255) = 22.44%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=35.97%
G=22.44%
B=41.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181362520.130.4600.01282.4195.0876.08
HexDA88FCD2E0111a5f4c
Octal332210374155601432137114
Binary11011010100010001111110011011011100110001101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88FC; }

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

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

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

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

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

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

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

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