#DC5BFA

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

Shades of Heliotrope #DC5BFA

Tints of Heliotrope #DC5BFA

Color information

#DC5BFA (or 0xDC5BFA) is unknown color: approx Heliotrope. HEX triplet: DC, 5B and FA. RGB value is (220,91,250). Sum of RGB (Red+Green+Blue) = 220+91+250=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BFA is #23A405. Grayscale: #939393. Windows color (decimal): -2335750 or 16407516. OLE color: 16407516.

HSL color Cylindrical-coordinate representation of color #DC5BFA: hue angle of 288.68º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5BFA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22091250-
CMYK0.120.6400.02
HSL288.68º94.08%66.86%-
HSV(B)288.68º63.6%98.04%-
XYZ50.5129.693.49-
YUV147.7185.74179.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 91 (35.94% from 255) = 16.22%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=39.22%
G=16.22%
B=44.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220912500.120.6400.02288.6894.0866.86
HexDC5BFAC40021215e43
Octal3341333721410002441136103
Binary110111001011011111110101100100000001010010000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5BFA; }

 p { color: rgb(220,91,250); }

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

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

 a { background-color: rgb(220,91,250); }

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

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

 span { border-color: rgb(220,91,250); }

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