Html Css Color HEX #D937FD Psychedelic Purple

📋 copy color: '#D937FD'

red 217 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #D937FD

Tints of Psychedelic Purple #D937FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 41.33%
G = 10.48%
B = 48.19%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D937FD (or 0xD937FD) is known color: Psychedelic Purple. HEX triplet: D9, 37 and FD. RGB value is (217,55,253). Sum of RGB (Red+Green+Blue) = 217+55+253=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #D937FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D937FD is #26C802. Grayscale: #7D7D7D. Windows color (decimal): -2541571 or 16594905. OLE color: 16594905.

HSL color Cylindrical-coordinate representation of color #D937FD: hue angle of 289.09º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D937FD is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 55 253 -
CMYK 0.14 0.78 0 0.01
HSL 289.09º 0.98% 0.6% -
HSV(B) 289.09º 0.78% 0.99% -
XYZ 47.71 24.58 95.16 -
YUV 126.01 199.67 192.9 -
System Red Green Blue C M Y K H S L
Decimal 217 55 253 0.14 0.78 0 0.01 289.09 0.98 0.6
Hex D9 37 FD E 4E 0 1 121 62 3C
Octal 331 67 375 16 116 0 1 441 142 74
Binary 11011001 110111 11111101 1110 1001110 0 1 100100001 1100010 111100

Color Harmonies of #D937FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D937FD

Black with #D937FD

Text Example


Text Example

White with #D937FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D937FD; }

 p { color: rgb(217,55,253); }

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

background-color css

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

 a { background-color: rgb(217,55,253); }

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

border-color css

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

 span { border-color: rgb(217,55,253); }

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