#DC54F4

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

Shades of Heliotrope #DC54F4

Tints of Heliotrope #DC54F4

Color information

#DC54F4 (or 0xDC54F4) is unknown color: approx Heliotrope. HEX triplet: DC, 54 and F4. RGB value is (220,84,244). Sum of RGB (Red+Green+Blue) = 220+84+244=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC54F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC54F4 is #23AB0B. Grayscale: #8E8E8E. Windows color (decimal): -2337548 or 16012508. OLE color: 16012508.

HSL color Cylindrical-coordinate representation of color #DC54F4: hue angle of 291º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC54F4 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22084244-
CMYK0.100.6600.04
HSL291º87.91%64.31%-
HSV(B)291º65.57%95.69%-
XYZ49.0128.0988.43-
YUV142.9185.06182.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 84 (33.20% from 255) = 15.33%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=40.15%
G=15.33%
B=44.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220842440.100.6600.0429187.9164.31
HexDC54F4A42041235840
Octal3341243641210204443130100
Binary1101110010101001111010010101000010010010010001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC54F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC54F4; }

 p { color: rgb(220,84,244); }

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

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

 a { background-color: rgb(220,84,244); }

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

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

 span { border-color: rgb(220,84,244); }

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