Html Css Color HEX #DF35FE Psychedelic Purple

📋 copy color: '#DF35FE'

red 223 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #DF35FE

Tints of Psychedelic Purple #DF35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 42.08%
G = 10%
B = 47.92%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF35FE (or 0xDF35FE) is known color: Psychedelic Purple. HEX triplet: DF, 35 and FE. RGB value is (223,53,254). Sum of RGB (Red+Green+Blue) = 223+53+254=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 53 (21.09% from 255 or 10% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF35FE is #20CA01. Grayscale: #7E7E7E. Windows color (decimal): -2148866 or 16659935. OLE color: 16659935.

HSL color Cylindrical-coordinate representation of color #DF35FE: hue angle of 290.75º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF35FE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 53 254 -
CMYK 0.12 0.79 0 0.00
HSL 290.75º 0.99% 0.6% -
HSV(B) 290.75º 0.79% 1% -
XYZ 49.59 25.39 96.05 -
YUV 126.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 223 53 254 0.12 0.79 0 0.00 290.75 0.99 0.6
Hex DF 35 FE C 4F 0 0 123 63 3C
Octal 337 65 376 14 117 0 0 443 143 74
Binary 11011111 110101 11111110 1100 1001111 0 0 100100011 1100011 111100

Color Harmonies of #DF35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF35FE

Black with #DF35FE

Text Example


Text Example

White with #DF35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF35FE; }

 p { color: rgb(223,53,254); }

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

background-color css

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

 a { background-color: rgb(223,53,254); }

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

border-color css

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

 span { border-color: rgb(223,53,254); }

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