Html Css Color HEX #D938FD Psychedelic Purple

📋 copy color: '#D938FD'

red 217 ◦ green 56 ◦ blue 253

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

Shades of Psychedelic Purple #D938FD

Tints of Psychedelic Purple #D938FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.65%

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

R = 41.25%
G = 10.65%
B = 48.1%

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

#D938FD (or 0xD938FD) is known color: Psychedelic Purple. HEX triplet: D9, 38 and FD. RGB value is (217,56,253). Sum of RGB (Red+Green+Blue) = 217+56+253=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #D938FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D938FD is #26C702. Grayscale: #7D7D7D. Windows color (decimal): -2541315 or 16595161. OLE color: 16595161.

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

Color convert

RGB 217 56 253 -
CMYK 0.14 0.78 0 0.01
HSL 289.04º 0.98% 0.61% -
HSV(B) 289.04º 0.78% 0.99% -
XYZ 47.76 24.67 95.17 -
YUV 126.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 217 56 253 0.14 0.78 0 0.01 289.04 0.98 0.61
Hex D9 38 FD E 4E 0 1 121 62 3D
Octal 331 70 375 16 116 0 1 441 142 75
Binary 11011001 111000 11111101 1110 1001110 0 1 100100001 1100010 111101

Color Harmonies of #D938FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938FD

Black with #D938FD

Text Example


Text Example

White with #D938FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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