#D265EB

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

Shades of Heliotrope #D265EB

Tints of Heliotrope #D265EB

Color information

#D265EB (or 0xD265EB) is unknown color: approx Heliotrope. HEX triplet: D2, 65 and EB. RGB value is (210,101,235). Sum of RGB (Red+Green+Blue) = 210+101+235=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #D265EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D265EB is #2D9A14. Grayscale: #949494. Windows color (decimal): -2988565 or 15427026. OLE color: 15427026.

HSL color Cylindrical-coordinate representation of color #D265EB: hue angle of 288.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D265EB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210101235-
CMYK0.110.5700.08
HSL288.81º77.01%65.88%-
HSV(B)288.81º57.02%92.16%-
XYZ46.2329.0181.76-
YUV148.87176.61171.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 101 (39.84% from 255) = 18.50%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=38.46%
G=18.50%
B=43.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101012350.110.5700.08288.8177.0165.88
HexD265EBB39081214d42
Octal3221453531371010441115102
Binary1101001011001011110101110111110010100010010000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265EB; }

 p { color: rgb(210,101,235); }

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

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

 a { background-color: rgb(210,101,235); }

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

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

 span { border-color: rgb(210,101,235); }

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