#D088FD

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

Shades of Heliotrope #D088FD

Tints of Heliotrope #D088FD

Color information

#D088FD (or 0xD088FD) is unknown color: approx Heliotrope. HEX triplet: D0, 88 and FD. RGB value is (208,136,253). Sum of RGB (Red+Green+Blue) = 208+136+253=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #D088FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088FD is #2F7702. Grayscale: #AAAAAA. Windows color (decimal): -3110659 or 16615632. OLE color: 16615632.

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

Color convert

RGB208136253-
CMYK0.180.4600.01
HSL276.92º96.69%76.27%-
HSV(B)276.92º46.25%99.22%-
XYZ52.5538.1197.51-
YUV170.87174.35154.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 136 (53.52% from 255) = 22.78%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=34.84%
G=22.78%
B=42.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081362530.180.4600.01276.9296.6976.27
HexD088FD122E01115614c
Octal320210375225601425141114
Binary110100001000100011111101100101011100110001010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088FD; }

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

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

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

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

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

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

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

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