Html Css Color HEX #DF04E6 Psychedelic Purple

📋 copy color: '#DF04E6'

red 223 ◦ green 4 ◦ blue 230

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

Shades of Psychedelic Purple #DF04E6

Tints of Psychedelic Purple #DF04E6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

 BLUE value IS 230 (90.23% from 255) = 50.33%

R = 48.8%
G = 0.88%
B = 50.33%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF04E6 (or 0xDF04E6) is known color: Psychedelic Purple. HEX triplet: DF, 04 and E6. RGB value is (223,4,230). Sum of RGB (Red+Green+Blue) = 223+4+230=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF04E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04E6 is #20FB19. Grayscale: #5E5E5E. Windows color (decimal): -2161434 or 15074527. OLE color: 15074527.

HSL color Cylindrical-coordinate representation of color #DF04E6: hue angle of 298.14º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04E6 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 4 230 -
CMYK 0.03 0.98 0 0.10
HSL 298.14º 0.97% 0.46% -
HSV(B) 298.14º 0.98% 0.9% -
XYZ 44.76 21.49 76.65 -
YUV 95.25 204.05 219.12 -
System Red Green Blue C M Y K H S L
Decimal 223 4 230 0.03 0.98 0 0.10 298.14 0.97 0.46
Hex DF 4 E6 3 62 0 A 12A 61 2E
Octal 337 4 346 3 142 0 12 452 141 56
Binary 11011111 100 11100110 11 1100010 0 1010 100101010 1100001 101110

Color Harmonies of #DF04E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04E6

Black with #DF04E6

Text Example


Text Example

White with #DF04E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04E6; }

 p { color: rgb(223,4,230); }

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

background-color css

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

 a { background-color: rgb(223,4,230); }

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

border-color css

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

 span { border-color: rgb(223,4,230); }

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