Html Css Color HEX #DF35FB Psychedelic Purple

📋 copy color: '#DF35FB'

red 223 ◦ green 53 ◦ blue 251

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

Shades of Psychedelic Purple #DF35FB

Tints of Psychedelic Purple #DF35FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 42.31%
G = 10.06%
B = 47.63%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF35FB (or 0xDF35FB) is known color: Psychedelic Purple. HEX triplet: DF, 35 and FB. RGB value is (223,53,251). Sum of RGB (Red+Green+Blue) = 223+53+251=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 53 (21.09% from 255 or 10.06% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF35FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF35FB is #20CA04. Grayscale: #7D7D7D. Windows color (decimal): -2148869 or 16463327. OLE color: 16463327.

HSL color Cylindrical-coordinate representation of color #DF35FB: hue angle of 291.52º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF35FB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 53 251 -
CMYK 0.11 0.79 0 0.02
HSL 291.52º 0.96% 0.6% -
HSV(B) 291.52º 0.79% 0.98% -
XYZ 49.12 25.2 93.54 -
YUV 126.4 198.32 196.9 -
System Red Green Blue C M Y K H S L
Decimal 223 53 251 0.11 0.79 0 0.02 291.52 0.96 0.6
Hex DF 35 FB B 4F 0 2 124 60 3C
Octal 337 65 373 13 117 0 2 444 140 74
Binary 11011111 110101 11111011 1011 1001111 0 10 100100100 1100000 111100

Color Harmonies of #DF35FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF35FB

Black with #DF35FB

Text Example


Text Example

White with #DF35FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF35FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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