#D37DFA

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

Shades of Heliotrope #D37DFA

Tints of Heliotrope #D37DFA

Color information

#D37DFA (or 0xD37DFA) is unknown color: approx Heliotrope. HEX triplet: D3, 7D and FA. RGB value is (211,125,250). Sum of RGB (Red+Green+Blue) = 211+125+250=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #D37DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DFA is #2C8205. Grayscale: #A4A4A4. Windows color (decimal): -2916870 or 16416211. OLE color: 16416211.

HSL color Cylindrical-coordinate representation of color #D37DFA: hue angle of 281.28º 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 #D37DFA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211125250-
CMYK0.160.5000.02
HSL281.28º92.59%73.53%-
HSV(B)281.28º50%98.04%-
XYZ51.4535.4294.57-
YUV164.96175.99160.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 125 (49.22% from 255) = 21.33%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=36.01%
G=21.33%
B=42.66%

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
Decimal2111252500.160.5000.02281.2892.5973.53
HexD37DFA1032021195d4a
Octal323175372206202431135112
Binary110100111111101111110101000011001001010001100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DFA; }

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

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

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

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

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

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

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

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