#D469F1

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

Shades of Heliotrope #D469F1

Tints of Heliotrope #D469F1

Color information

#D469F1 (or 0xD469F1) is unknown color: approx Heliotrope. HEX triplet: D4, 69 and F1. RGB value is (212,105,241). Sum of RGB (Red+Green+Blue) = 212+105+241=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #D469F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469F1 is #2B960E. Grayscale: #989898. Windows color (decimal): -2856463 or 15821268. OLE color: 15821268.

HSL color Cylindrical-coordinate representation of color #D469F1: hue angle of 287.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D469F1 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212105241-
CMYK0.120.5600.05
HSL287.21º82.93%67.84%-
HSV(B)287.21º56.43%94.51%-
XYZ48.0830.4586.56-
YUV152.5177.95170.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=37.99%
G=18.82%
B=43.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121052410.120.5600.05287.2182.9367.84
HexD469F1C380511f5344
Octal324151361147005437123104
Binary110101001101001111100011100111000010110001111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469F1; }

 p { color: rgb(212,105,241); }

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

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

 a { background-color: rgb(212,105,241); }

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

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

 span { border-color: rgb(212,105,241); }

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