#D488FD

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

Shades of Heliotrope #D488FD

Tints of Heliotrope #D488FD

Color information

#D488FD (or 0xD488FD) is unknown color: approx Heliotrope. HEX triplet: D4, 88 and FD. RGB value is (212,136,253). Sum of RGB (Red+Green+Blue) = 212+136+253=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D488FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D488FD is #2B7702. Grayscale: #ABABAB. Windows color (decimal): -2848515 or 16615636. OLE color: 16615636.

HSL color Cylindrical-coordinate representation of color #D488FD: hue angle of 278.97º degrees, saturation: 0.97, 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 #D488FD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212136253-
CMYK0.160.4600.01
HSL278.97º96.69%76.27%-
HSV(B)278.97º46.25%99.22%-
XYZ53.6938.797.57-
YUV172.06173.68156.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 136 (53.52% from 255) = 22.63%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=35.27%
G=22.63%
B=42.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121362530.160.4600.01278.9796.6976.27
HexD488FD102E01117614c
Octal324210375205601427141114
Binary110101001000100011111101100001011100110001011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488FD; }

 p { color: rgb(212,136,253); }

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

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

 a { background-color: rgb(212,136,253); }

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

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

 span { border-color: rgb(212,136,253); }

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