#DF17F4

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

Shades of Psychedelic Purple #DF17F4

Tints of Psychedelic Purple #DF17F4

Color information

#DF17F4 (or 0xDF17F4) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 17 and F4. RGB value is (223,23,244). Sum of RGB (Red+Green+Blue) = 223+23+244=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF17F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF17F4 is #20E80B. Grayscale: #6B6B6B. Windows color (decimal): -2156556 or 15996895. OLE color: 15996895.

HSL color Cylindrical-coordinate representation of color #DF17F4: hue angle of 294.3º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF17F4 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22323244-
CMYK0.090.9100.04
HSL294.3º90.95%52.35%-
HSV(B)294.3º90.57%95.69%-
XYZ47.0722.8387.51-
YUV107.99204.76210.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 23 (9.38% from 255) = 4.69%
BLUE value IS 244 (95.70% from 255) = 49.80%
R=45.51%
G=4.69%
B=49.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal223232440.090.9100.04294.390.9552.35
HexDF17F495B041265b34
Octal33727364111330444613364
Binary1101111110111111101001001101101101001001001101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF17F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF17F4; }

 p { color: rgb(223,23,244); }

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

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

 a { background-color: rgb(223,23,244); }

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

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

 span { border-color: rgb(223,23,244); }

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