#D380FD

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

Shades of Heliotrope #D380FD

Tints of Heliotrope #D380FD

Color information

#D380FD (or 0xD380FD) is unknown color: approx Heliotrope. HEX triplet: D3, 80 and FD. RGB value is (211,128,253). Sum of RGB (Red+Green+Blue) = 211+128+253=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D380FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380FD is #2C7F02. Grayscale: #A6A6A6. Windows color (decimal): -2916099 or 16613587. OLE color: 16613587.

HSL color Cylindrical-coordinate representation of color #D380FD: hue angle of 279.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D380FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211128253-
CMYK0.170.4900.01
HSL279.84º96.9%74.71%-
HSV(B)279.84º49.41%99.22%-
XYZ52.3136.3897.19-
YUV167.07176.5159.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 128 (50.39% from 255) = 21.62%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=35.64%
G=21.62%
B=42.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111282530.170.4900.01279.8496.974.71
HexD380FD113101118614b
Octal323200375216101430141113
Binary110100111000000011111101100011100010110001100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380FD; }

 p { color: rgb(211,128,253); }

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

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

 a { background-color: rgb(211,128,253); }

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

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

 span { border-color: rgb(211,128,253); }

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