#D27AF9

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

Shades of Heliotrope #D27AF9

Tints of Heliotrope #D27AF9

Color information

#D27AF9 (or 0xD27AF9) is unknown color: approx Heliotrope. HEX triplet: D2, 7A and F9. RGB value is (210,122,249). Sum of RGB (Red+Green+Blue) = 210+122+249=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #D27AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AF9 is #2D8506. Grayscale: #A2A2A2. Windows color (decimal): -2983175 or 16349906. OLE color: 16349906.

HSL color Cylindrical-coordinate representation of color #D27AF9: hue angle of 281.57º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27AF9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210122249-
CMYK0.160.5100.02
HSL281.57º91.37%72.75%-
HSV(B)281.57º51%97.65%-
XYZ50.6434.4693.61-
YUV162.79176.65161.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 122 (48.05% from 255) = 21.00%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=36.14%
G=21.00%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101222490.160.5100.02281.5791.3772.75
HexD27AF910330211a5b49
Octal322172371206302432133111
Binary110100101111010111110011000011001101010001101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AF9; }

 p { color: rgb(210,122,249); }

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

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

 a { background-color: rgb(210,122,249); }

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

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

 span { border-color: rgb(210,122,249); }

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