Html Css Color HEX #D935FE Psychedelic Purple

📋 copy color: '#D935FE'

red 217 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #D935FE

Tints of Psychedelic Purple #D935FE

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

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

R = 41.41%
G = 10.11%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D935FE (or 0xD935FE) is known color: Psychedelic Purple. HEX triplet: D9, 35 and FE. RGB value is (217,53,254). Sum of RGB (Red+Green+Blue) = 217+53+254=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 53 (21.09% from 255 or 10.11% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D935FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D935FE is #26CA01. Grayscale: #7C7C7C. Windows color (decimal): -2542082 or 16659929. OLE color: 16659929.

HSL color Cylindrical-coordinate representation of color #D935FE: hue angle of 288.96º 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 #D935FE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 53 254 -
CMYK 0.15 0.79 0 0.00
HSL 288.96º 0.99% 0.6% -
HSV(B) 288.96º 0.79% 1% -
XYZ 47.78 24.45 95.97 -
YUV 124.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 217 53 254 0.15 0.79 0 0.00 288.96 0.99 0.6
Hex D9 35 FE F 4F 0 0 121 63 3C
Octal 331 65 376 17 117 0 0 441 143 74
Binary 11011001 110101 11111110 1111 1001111 0 0 100100001 1100011 111100

Color Harmonies of #D935FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935FE

Black with #D935FE

Text Example


Text Example

White with #D935FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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