Html Css Color HEX #DF33F6 Psychedelic Purple

📋 copy color: '#DF33F6'

red 223 ◦ green 51 ◦ blue 246

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

Shades of Psychedelic Purple #DF33F6

Tints of Psychedelic Purple #DF33F6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.81%

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 42.88%
G = 9.81%
B = 47.31%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF33F6 (or 0xDF33F6) is known color: Psychedelic Purple. HEX triplet: DF, 33 and F6. RGB value is (223,51,246). Sum of RGB (Red+Green+Blue) = 223+51+246=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF33F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33F6 is #20CC09. Grayscale: #7C7C7C. Windows color (decimal): -2149386 or 16135135. OLE color: 16135135.

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

Color convert

RGB 223 51 246 -
CMYK 0.09 0.79 0 0.04
HSL 292.92º 0.92% 0.58% -
HSV(B) 292.92º 0.79% 0.96% -
XYZ 48.25 24.71 89.42 -
YUV 124.66 196.48 198.14 -
System Red Green Blue C M Y K H S L
Decimal 223 51 246 0.09 0.79 0 0.04 292.92 0.92 0.58
Hex DF 33 F6 9 4F 0 4 125 5C 3A
Octal 337 63 366 11 117 0 4 445 134 72
Binary 11011111 110011 11110110 1001 1001111 0 100 100100101 1011100 111010

Color Harmonies of #DF33F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33F6

Black with #DF33F6

Text Example


Text Example

White with #DF33F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33F6; }

 p { color: rgb(223,51,246); }

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

background-color css

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

 a { background-color: rgb(223,51,246); }

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

border-color css

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

 span { border-color: rgb(223,51,246); }

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