Html Css Color HEX #D618FE Psychedelic Purple

📋 copy color: '#D618FE'

red 214 ◦ green 24 ◦ blue 254

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

Shades of Psychedelic Purple #D618FE

Tints of Psychedelic Purple #D618FE

RGB

 RED value IS 214 (83.98% from 255) = 43.5%

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 43.5%
G = 4.88%
B = 51.63%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D618FE (or 0xD618FE) is known color: Psychedelic Purple. HEX triplet: D6, 18 and FE. RGB value is (214,24,254). Sum of RGB (Red+Green+Blue) = 214+24+254=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #D618FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618FE is #29E701. Grayscale: #6A6A6A. Windows color (decimal): -2746114 or 16652502. OLE color: 16652502.

HSL color Cylindrical-coordinate representation of color #D618FE: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D618FE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 24 254 -
CMYK 0.16 0.91 0 0.00
HSL 289.57º 0.99% 0.55% -
HSV(B) 289.57º 0.91% 1% -
XYZ 45.95 22.11 95.61 -
YUV 107.03 210.95 204.3 -
System Red Green Blue C M Y K H S L
Decimal 214 24 254 0.16 0.91 0 0.00 289.57 0.99 0.55
Hex D6 18 FE 10 5B 0 0 122 63 37
Octal 326 30 376 20 133 0 0 442 143 67
Binary 11010110 11000 11111110 10000 1011011 0 0 100100010 1100011 110111

Color Harmonies of #D618FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618FE

Black with #D618FE

Text Example


Text Example

White with #D618FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618FE; }

 p { color: rgb(214,24,254); }

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

background-color css

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

 a { background-color: rgb(214,24,254); }

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

border-color css

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

 span { border-color: rgb(214,24,254); }

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