Html Css Color HEX #DF28F9 Psychedelic Purple

📋 copy color: '#DF28F9'

red 223 ◦ green 40 ◦ blue 249

#DF28F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DF28F9

Tints of Psychedelic Purple #DF28F9

RGB

 RED value IS 223 (87.5% from 255) = 43.55%

 GREEN value IS 40 (16.02% from 255) = 7.81%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 43.55%
G = 7.81%
B = 48.63%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF28F9 (or 0xDF28F9) is known color: Psychedelic Purple. HEX triplet: DF, 28 and F9. RGB value is (223,40,249). Sum of RGB (Red+Green+Blue) = 223+40+249=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28F9 is #20D706. Grayscale: #757575. Windows color (decimal): -2152199 or 16328927. OLE color: 16328927.

HSL color Cylindrical-coordinate representation of color #DF28F9: hue angle of 292.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF28F9 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 40 249 -
CMYK 0.10 0.84 0 0.02
HSL 292.54º 0.95% 0.57% -
HSV(B) 292.54º 0.84% 0.98% -
XYZ 48.29 24.05 91.72 -
YUV 118.54 201.63 202.51 -
System Red Green Blue C M Y K H S L
Decimal 223 40 249 0.10 0.84 0 0.02 292.54 0.95 0.57
Hex DF 28 F9 A 54 0 2 125 5F 39
Octal 337 50 371 12 124 0 2 445 137 71
Binary 11011111 101000 11111001 1010 1010100 0 10 100100101 1011111 111001

Color Harmonies of #DF28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF28F9

Black with #DF28F9

Text Example


Text Example

White with #DF28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF28F9; }

 p { color: rgb(223,40,249); }

 H1.HeaderClassName
 {
   color: #DF28F9;
 }
 .AnyTagClassName
 {
   color: #DF28F9;
 }
</style>

background-color css

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

 a { background-color: rgb(223,40,249); }

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

border-color css

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

 span { border-color: rgb(223,40,249); }

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