Html Css Color HEX #DF30EF Psychedelic Purple

📋 copy color: '#DF30EF'

red 223 ◦ green 48 ◦ blue 239

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

Shades of Psychedelic Purple #DF30EF

Tints of Psychedelic Purple #DF30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.41%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 43.73%
G = 9.41%
B = 46.86%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF30EF (or 0xDF30EF) is known color: Psychedelic Purple. HEX triplet: DF, 30 and EF. RGB value is (223,48,239). Sum of RGB (Red+Green+Blue) = 223+48+239=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF30EF is #20CF10. Grayscale: #797979. Windows color (decimal): -2150161 or 15675615. OLE color: 15675615.

HSL color Cylindrical-coordinate representation of color #DF30EF: hue angle of 294.97º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF30EF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 48 239 -
CMYK 0.07 0.80 0 0.06
HSL 294.97º 0.86% 0.56% -
HSV(B) 294.97º 0.8% 0.94% -
XYZ 47.07 24.03 83.82 -
YUV 122.1 193.98 199.97 -
System Red Green Blue C M Y K H S L
Decimal 223 48 239 0.07 0.80 0 0.06 294.97 0.86 0.56
Hex DF 30 EF 7 50 0 6 127 56 38
Octal 337 60 357 7 120 0 6 447 126 70
Binary 11011111 110000 11101111 111 1010000 0 110 100100111 1010110 111000

Color Harmonies of #DF30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30EF

Black with #DF30EF

Text Example


Text Example

White with #DF30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30EF; }

 p { color: rgb(223,48,239); }

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

background-color css

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

 a { background-color: rgb(223,48,239); }

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

border-color css

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

 span { border-color: rgb(223,48,239); }

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