#D35DFA

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

Shades of Heliotrope #D35DFA

Tints of Heliotrope #D35DFA

Color information

#D35DFA (or 0xD35DFA) is unknown color: approx Heliotrope. HEX triplet: D3, 5D and FA. RGB value is (211,93,250). Sum of RGB (Red+Green+Blue) = 211+93+250=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #D35DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DFA is #2CA205. Grayscale: #919191. Windows color (decimal): -2925062 or 16408019. OLE color: 16408019.

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

Color convert

RGB21193250-
CMYK0.160.6300.02
HSL285.1º94.01%67.25%-
HSV(B)285.1º62.8%98.04%-
XYZ48.0328.5893.43-
YUV146.18186.59174.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 93 (36.72% from 255) = 16.79%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=38.09%
G=16.79%
B=45.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211932500.160.6300.02285.194.0167.25
HexD35DFA103F0211d5e43
Octal323135372207702435136103
Binary110100111011101111110101000011111101010001110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35DFA; }

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

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

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

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

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

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

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

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