#D37AFD

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

Shades of Heliotrope #D37AFD

Tints of Heliotrope #D37AFD

Color information

#D37AFD (or 0xD37AFD) is unknown color: approx Heliotrope. HEX triplet: D3, 7A and FD. RGB value is (211,122,253). Sum of RGB (Red+Green+Blue) = 211+122+253=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #D37AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AFD is #2C8502. Grayscale: #A3A3A3. Windows color (decimal): -2917635 or 16612051. OLE color: 16612051.

HSL color Cylindrical-coordinate representation of color #D37AFD: hue angle of 280.76º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D37AFD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211122253-
CMYK0.170.5200.01
HSL280.76º97.04%73.53%-
HSV(B)280.76º51.78%99.22%-
XYZ51.5534.8696.94-
YUV163.54178.49161.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 122 (48.05% from 255) = 20.82%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=36.01%
G=20.82%
B=43.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111222530.170.5200.01280.7697.0473.53
HexD37AFD113401119614a
Octal323172375216401431141112
Binary11010011111101011111101100011101000110001100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37AFD; }

 p { color: rgb(211,122,253); }

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

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

 a { background-color: rgb(211,122,253); }

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

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

 span { border-color: rgb(211,122,253); }

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