Html Css Color HEX #D318FD Psychedelic Purple

📋 copy color: '#D318FD'

red 211 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #D318FD

Tints of Psychedelic Purple #D318FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.92%

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

R = 43.24%
G = 4.92%
B = 51.84%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D318FD (or 0xD318FD) is known color: Psychedelic Purple. HEX triplet: D3, 18 and FD. RGB value is (211,24,253). Sum of RGB (Red+Green+Blue) = 211+24+253=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #D318FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318FD is #2CE702. Grayscale: #696969. Windows color (decimal): -2942723 or 16586963. OLE color: 16586963.

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

Color convert

RGB 211 24 253 -
CMYK 0.17 0.91 0 0.01
HSL 289º 0.98% 0.54% -
HSV(B) 289º 0.91% 0.99% -
XYZ 44.92 21.59 94.73 -
YUV 106.02 210.95 202.88 -
System Red Green Blue C M Y K H S L
Decimal 211 24 253 0.17 0.91 0 0.01 289 0.98 0.54
Hex D3 18 FD 11 5B 0 1 121 62 36
Octal 323 30 375 21 133 0 1 441 142 66
Binary 11010011 11000 11111101 10001 1011011 0 1 100100001 1100010 110110

Color Harmonies of #D318FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318FD

Black with #D318FD

Text Example


Text Example

White with #D318FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318FD; }

 p { color: rgb(211,24,253); }

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

background-color css

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

 a { background-color: rgb(211,24,253); }

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

border-color css

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

 span { border-color: rgb(211,24,253); }

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