#D088F1

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

Shades of Heliotrope #D088F1

Tints of Heliotrope #D088F1

Color information

#D088F1 (or 0xD088F1) is unknown color: approx Heliotrope. HEX triplet: D0, 88 and F1. RGB value is (208,136,241). Sum of RGB (Red+Green+Blue) = 208+136+241=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #D088F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F1 is #2F770E. Grayscale: #A9A9A9. Windows color (decimal): -3110671 or 15829200. OLE color: 15829200.

HSL color Cylindrical-coordinate representation of color #D088F1: hue angle of 281.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D088F1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208136241-
CMYK0.140.4400.05
HSL281.14º78.95%73.92%-
HSV(B)281.14º43.57%94.51%-
XYZ50.6937.3787.76-
YUV169.5168.35155.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 136 (53.52% from 255) = 23.25%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=35.56%
G=23.25%
B=41.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081362410.140.4400.05281.1478.9573.92
HexD088F1E2C051194f4a
Octal320210361165405431117112
Binary1101000010001000111100011110101100010110001100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088F1; }

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

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

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

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

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

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

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

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