#D262F3

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

Shades of Heliotrope #D262F3

Tints of Heliotrope #D262F3

Color information

#D262F3 (or 0xD262F3) is unknown color: approx Heliotrope. HEX triplet: D2, 62 and F3. RGB value is (210,98,243). Sum of RGB (Red+Green+Blue) = 210+98+243=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #D262F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262F3 is #2D9D0C. Grayscale: #939393. Windows color (decimal): -2989325 or 15950546. OLE color: 15950546.

HSL color Cylindrical-coordinate representation of color #D262F3: hue angle of 286.34º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D262F3 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21098243-
CMYK0.140.6000.05
HSL286.34º85.8%66.86%-
HSV(B)286.34º59.67%95.29%-
XYZ47.1228.9187.89-
YUV148.02181.61172.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 98 (38.67% from 255) = 17.79%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=38.11%
G=17.79%
B=44.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210982430.140.6000.05286.3485.866.86
HexD262F3E3C0511e5643
Octal322142363167405436126103
Binary110100101100010111100111110111100010110001111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262F3; }

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

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

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

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

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

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

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

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