#D26FF4

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

Shades of Heliotrope #D26FF4

Tints of Heliotrope #D26FF4

Color information

#D26FF4 (or 0xD26FF4) is unknown color: approx Heliotrope. HEX triplet: D2, 6F and F4. RGB value is (210,111,244). Sum of RGB (Red+Green+Blue) = 210+111+244=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #D26FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26FF4 is #2D900B. Grayscale: #9B9B9B. Windows color (decimal): -2985996 or 16019410. OLE color: 16019410.

HSL color Cylindrical-coordinate representation of color #D26FF4: hue angle of 284.66º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D26FF4 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210111244-
CMYK0.140.5500.04
HSL284.66º85.81%69.61%-
HSV(B)284.66º54.51%95.69%-
XYZ48.5931.689.13-
YUV155.76177.8166.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 244 (95.70% from 255) = 43.19%
R=37.17%
G=19.65%
B=43.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101112440.140.5500.04284.6685.8169.61
HexD26FF4E370411d5646
Octal322157364166704435126106
Binary110100101101111111101001110110111010010001110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26FF4; }

 p { color: rgb(210,111,244); }

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

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

 a { background-color: rgb(210,111,244); }

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

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

 span { border-color: rgb(210,111,244); }

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