#D35AEE

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

Shades of Heliotrope #D35AEE

Tints of Heliotrope #D35AEE

Color information

#D35AEE (or 0xD35AEE) is unknown color: approx Heliotrope. HEX triplet: D3, 5A and EE. RGB value is (211,90,238). Sum of RGB (Red+Green+Blue) = 211+90+238=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #D35AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35AEE is #2CA511. Grayscale: #8E8E8E. Windows color (decimal): -2925842 or 15620819. OLE color: 15620819.

HSL color Cylindrical-coordinate representation of color #D35AEE: hue angle of 289.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35AEE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21190238-
CMYK0.110.6200.07
HSL289.05º81.32%64.31%-
HSV(B)289.05º62.18%93.33%-
XYZ45.9527.3383.74-
YUV143.05181.59176.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 90 (35.55% from 255) = 16.70%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=39.15%
G=16.70%
B=44.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211902380.110.6200.07289.0581.3264.31
HexD35AEEB3E071215140
Octal323132356137607441121100
Binary110100111011010111011101011111110011110010000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35AEE; }

 p { color: rgb(211,90,238); }

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

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

 a { background-color: rgb(211,90,238); }

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

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

 span { border-color: rgb(211,90,238); }

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