Html Css Color HEX #D618EA Psychedelic Purple

📋 copy color: '#D618EA'

red 214 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #D618EA

Tints of Psychedelic Purple #D618EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 45.34%
G = 5.08%
B = 49.58%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D618EA (or 0xD618EA) is known color: Psychedelic Purple. HEX triplet: D6, 18 and EA. RGB value is (214,24,234). Sum of RGB (Red+Green+Blue) = 214+24+234=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #D618EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618EA is #29E715. Grayscale: #686868. Windows color (decimal): -2746134 or 15341782. OLE color: 15341782.

HSL color Cylindrical-coordinate representation of color #D618EA: hue angle of 294.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D618EA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 24 234 -
CMYK 0.09 0.90 0 0.08
HSL 294.29º 0.83% 0.51% -
HSV(B) 294.29º 0.9% 0.92% -
XYZ 42.91 20.89 79.61 -
YUV 104.75 200.95 205.92 -
System Red Green Blue C M Y K H S L
Decimal 214 24 234 0.09 0.90 0 0.08 294.29 0.83 0.51
Hex D6 18 EA 9 5A 0 8 126 53 33
Octal 326 30 352 11 132 0 10 446 123 63
Binary 11010110 11000 11101010 1001 1011010 0 1000 100100110 1010011 110011

Color Harmonies of #D618EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618EA

Black with #D618EA

Text Example


Text Example

White with #D618EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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