#D262EB

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

Shades of Heliotrope #D262EB

Tints of Heliotrope #D262EB

Color information

#D262EB (or 0xD262EB) is unknown color: approx Heliotrope. HEX triplet: D2, 62 and EB. RGB value is (210,98,235). Sum of RGB (Red+Green+Blue) = 210+98+235=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #D262EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262EB is #2D9D14. Grayscale: #929292. Windows color (decimal): -2989333 or 15426258. OLE color: 15426258.

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

Color convert

RGB21098235-
CMYK0.110.5800.08
HSL289.05º77.4%65.29%-
HSV(B)289.05º58.3%92.16%-
XYZ45.9428.4481.66-
YUV147.11177.61172.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 98 (38.67% from 255) = 18.05%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=38.67%
G=18.05%
B=43.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210982350.110.5800.08289.0577.465.29
HexD262EBB3A081214d41
Octal3221423531372010441115101
Binary1101001011000101110101110111110100100010010000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262EB; }

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

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

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

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

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

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

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

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