#DC2DF4

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

Shades of Psychedelic Purple #DC2DF4

Tints of Psychedelic Purple #DC2DF4

Color information

#DC2DF4 (or 0xDC2DF4) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 2D and F4. RGB value is (220,45,244). Sum of RGB (Red+Green+Blue) = 220+45+244=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 45 (17.97% from 255 or 8.84% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC2DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2DF4 is #23D20B. Grayscale: #777777. Windows color (decimal): -2347532 or 16002524. OLE color: 16002524.

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

Color convert

RGB22045244-
CMYK0.100.8200.04
HSL292.76º90.05%56.67%-
HSV(B)292.76º81.56%95.69%-
XYZ46.7823.6287.68-
YUV120.01197.98199.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 45 (17.97% from 255) = 8.84%
BLUE value IS 244 (95.70% from 255) = 47.94%
R=43.22%
G=8.84%
B=47.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220452440.100.8200.04292.7690.0556.67
HexDC2DF4A52041255a39
Octal33455364121220444513271
Binary11011100101101111101001010101001001001001001011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2DF4; }

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

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

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

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

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

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

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

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