Html Css Color HEX #D337FE Psychedelic Purple

📋 copy color: '#D337FE'

red 211 ◦ green 55 ◦ blue 254

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

Shades of Psychedelic Purple #D337FE

Tints of Psychedelic Purple #D337FE

RGB

 RED value IS 211 (82.81% from 255) = 40.58%

 GREEN value IS 55 (21.88% from 255) = 10.58%

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

R = 40.58%
G = 10.58%
B = 48.85%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D337FE (or 0xD337FE) is known color: Psychedelic Purple. HEX triplet: D3, 37 and FE. RGB value is (211,55,254). Sum of RGB (Red+Green+Blue) = 211+55+254=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #D337FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337FE is #2CC801. Grayscale: #7B7B7B. Windows color (decimal): -2934786 or 16660435. OLE color: 16660435.

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

Color convert

RGB 211 55 254 -
CMYK 0.17 0.78 0 0.00
HSL 287.04º 0.99% 0.61% -
HSV(B) 287.04º 0.78% 1% -
XYZ 46.12 23.74 95.92 -
YUV 124.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 211 55 254 0.17 0.78 0 0.00 287.04 0.99 0.61
Hex D3 37 FE 11 4E 0 0 11F 63 3D
Octal 323 67 376 21 116 0 0 437 143 75
Binary 11010011 110111 11111110 10001 1001110 0 0 100011111 1100011 111101

Color Harmonies of #D337FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337FE

Black with #D337FE

Text Example


Text Example

White with #D337FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337FE; }

 p { color: rgb(211,55,254); }

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

background-color css

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

 a { background-color: rgb(211,55,254); }

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

border-color css

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

 span { border-color: rgb(211,55,254); }

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