#D27DFA

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

Shades of Heliotrope #D27DFA

Tints of Heliotrope #D27DFA

Color information

#D27DFA (or 0xD27DFA) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and FA. RGB value is (210,125,250). Sum of RGB (Red+Green+Blue) = 210+125+250=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #D27DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFA is #2D8205. Grayscale: #A4A4A4. Windows color (decimal): -2982406 or 16416210. OLE color: 16416210.

HSL color Cylindrical-coordinate representation of color #D27DFA: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27DFA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210125250-
CMYK0.160.5000.02
HSL280.8º92.59%73.53%-
HSV(B)280.8º50%98.04%-
XYZ51.1735.2794.55-
YUV164.66176.16160.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=35.90%
G=21.37%
B=42.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101252500.160.5000.02280.892.5973.53
HexD27DFA1032021195d4a
Octal322175372206202431135112
Binary110100101111101111110101000011001001010001100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DFA; }

 p { color: rgb(210,125,250); }

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

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

 a { background-color: rgb(210,125,250); }

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

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

 span { border-color: rgb(210,125,250); }

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