Html Css Color HEX #D518FC Psychedelic Purple

📋 copy color: '#D518FC'

red 213 ◦ green 24 ◦ blue 252

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

Shades of Psychedelic Purple #D518FC

Tints of Psychedelic Purple #D518FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 43.56%
G = 4.91%
B = 51.53%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D518FC (or 0xD518FC) is known color: Psychedelic Purple. HEX triplet: D5, 18 and FC. RGB value is (213,24,252). Sum of RGB (Red+Green+Blue) = 213+24+252=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #D518FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D518FC is #2AE703. Grayscale: #696969. Windows color (decimal): -2811652 or 16521429. OLE color: 16521429.

HSL color Cylindrical-coordinate representation of color #D518FC: hue angle of 289.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D518FC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 24 252 -
CMYK 0.15 0.90 0 0.01
HSL 289.74º 0.97% 0.54% -
HSV(B) 289.74º 0.9% 0.99% -
XYZ 45.34 21.83 93.92 -
YUV 106.5 210.12 203.96 -
System Red Green Blue C M Y K H S L
Decimal 213 24 252 0.15 0.90 0 0.01 289.74 0.97 0.54
Hex D5 18 FC F 5A 0 1 122 61 36
Octal 325 30 374 17 132 0 1 442 141 66
Binary 11010101 11000 11111100 1111 1011010 0 1 100100010 1100001 110110

Color Harmonies of #D518FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518FC

Black with #D518FC

Text Example


Text Example

White with #D518FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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