#DC4BFF

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

Shades of Heliotrope #DC4BFF

Tints of Heliotrope #DC4BFF

Color information

#DC4BFF (or 0xDC4BFF) is unknown color: approx Heliotrope. HEX triplet: DC, 4B and FF. RGB value is (220,75,255). Sum of RGB (Red+Green+Blue) = 220+75+255=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 75 (29.69% from 255 or 13.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4BFF is #23B400. Grayscale: #8A8A8A. Windows color (decimal): -2339841 or 16731100. OLE color: 16731100.

HSL color Cylindrical-coordinate representation of color #DC4BFF: hue angle of 288.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4BFF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22075255-
CMYK0.140.7100
HSL288.33º100%64.71%-
HSV(B)288.33º70.59%100%-
XYZ50.0827.4797.27-
YUV138.88193.54185.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 13.64%
BLUE value IS 255 (100% from 255) = 46.36%
R=40%
G=13.64%
B=46.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal220752550.140.7100288.3310064.71
HexDC4BFFE47001206441
Octal3341133771610700440144101
Binary11011100100101111111111111010001110010010000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4BFF; }

 p { color: rgb(220,75,255); }

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

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

 a { background-color: rgb(220,75,255); }

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

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

 span { border-color: rgb(220,75,255); }

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