#D385FD

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

Shades of Heliotrope #D385FD

Tints of Heliotrope #D385FD

Color information

#D385FD (or 0xD385FD) is unknown color: approx Heliotrope. HEX triplet: D3, 85 and FD. RGB value is (211,133,253). Sum of RGB (Red+Green+Blue) = 211+133+253=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #D385FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385FD is #2C7A02. Grayscale: #A9A9A9. Windows color (decimal): -2914819 or 16614867. OLE color: 16614867.

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

Color convert

RGB211133253-
CMYK0.170.4700.01
HSL279º96.77%75.69%-
HSV(B)279º47.43%99.22%-
XYZ52.9837.7297.42-
YUV170174.84157.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=35.34%
G=22.28%
B=42.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111332530.170.4700.0127996.7775.69
HexD385FD112F01117614c
Octal323205375215701427141114
Binary110100111000010111111101100011011110110001011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385FD; }

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

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

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

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

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

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

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

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