Html Css Color HEX #D618FC Psychedelic Purple

📋 copy color: '#D618FC'

red 214 ◦ green 24 ◦ blue 252

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

Shades of Psychedelic Purple #D618FC

Tints of Psychedelic Purple #D618FC

RGB

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

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

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

R = 43.67%
G = 4.9%
B = 51.43%

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

#D618FC (or 0xD618FC) is known color: Psychedelic Purple. HEX triplet: D6, 18 and FC. RGB value is (214,24,252). Sum of RGB (Red+Green+Blue) = 214+24+252=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #D618FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618FC is #29E703. Grayscale: #6A6A6A. Windows color (decimal): -2746116 or 16521430. OLE color: 16521430.

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

Color convert

RGB 214 24 252 -
CMYK 0.15 0.90 0 0.01
HSL 290º 0.97% 0.54% -
HSV(B) 290º 0.9% 0.99% -
XYZ 45.63 21.98 93.93 -
YUV 106.8 209.95 204.46 -
System Red Green Blue C M Y K H S L
Decimal 214 24 252 0.15 0.90 0 0.01 290 0.97 0.54
Hex D6 18 FC F 5A 0 1 122 61 36
Octal 326 30 374 17 132 0 1 442 141 66
Binary 11010110 11000 11111100 1111 1011010 0 1 100100010 1100001 110110

Color Harmonies of #D618FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618FC

Black with #D618FC

Text Example


Text Example

White with #D618FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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