Html Css Color HEX #D518FD Psychedelic Purple

📋 copy color: '#D518FD'

red 213 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #D518FD

Tints of Psychedelic Purple #D518FD

RGB

 RED value IS 213 (83.59% from 255) = 43.47%

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

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

R = 43.47%
G = 4.9%
B = 51.63%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D518FD (or 0xD518FD) is known color: Psychedelic Purple. HEX triplet: D5, 18 and FD. RGB value is (213,24,253). Sum of RGB (Red+Green+Blue) = 213+24+253=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #D518FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D518FD is #2AE702. Grayscale: #696969. Windows color (decimal): -2811651 or 16586965. OLE color: 16586965.

HSL color Cylindrical-coordinate representation of color #D518FD: hue angle of 289.52º 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 #D518FD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 24 253 -
CMYK 0.16 0.91 0 0.01
HSL 289.52º 0.98% 0.54% -
HSV(B) 289.52º 0.91% 0.99% -
XYZ 45.5 21.89 94.76 -
YUV 106.62 210.62 203.88 -
System Red Green Blue C M Y K H S L
Decimal 213 24 253 0.16 0.91 0 0.01 289.52 0.98 0.54
Hex D5 18 FD 10 5B 0 1 122 62 36
Octal 325 30 375 20 133 0 1 442 142 66
Binary 11010101 11000 11111101 10000 1011011 0 1 100100010 1100010 110110

Color Harmonies of #D518FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518FD

Black with #D518FD

Text Example


Text Example

White with #D518FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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