#D254F1

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

Shades of Heliotrope #D254F1

Tints of Heliotrope #D254F1

Color information

#D254F1 (or 0xD254F1) is unknown color: approx Heliotrope. HEX triplet: D2, 54 and F1. RGB value is (210,84,241). Sum of RGB (Red+Green+Blue) = 210+84+241=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #D254F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D254F1 is #2DAB0E. Grayscale: #8B8B8B. Windows color (decimal): -2992911 or 15815890. OLE color: 15815890.

HSL color Cylindrical-coordinate representation of color #D254F1: hue angle of 288.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D254F1 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21084241-
CMYK0.130.6500.05
HSL288.15º84.86%63.73%-
HSV(B)288.15º65.15%94.51%-
XYZ45.6326.3985.91-
YUV139.57185.24178.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 84 (33.20% from 255) = 15.70%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=39.25%
G=15.70%
B=45.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210842410.130.6500.05288.1584.8663.73
HexD254F1D41051205540
Octal3221243611510105440125100
Binary1101001010101001111000111011000001010110010000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D254F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D254F1; }

 p { color: rgb(210,84,241); }

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

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

 a { background-color: rgb(210,84,241); }

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

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

 span { border-color: rgb(210,84,241); }

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