Html Css Color HEX #D60EFE Psychedelic Purple

📋 copy color: '#D60EFE'

red 214 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #D60EFE

Tints of Psychedelic Purple #D60EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.9%

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

R = 44.4%
G = 2.9%
B = 52.7%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D60EFE (or 0xD60EFE) is known color: Psychedelic Purple. HEX triplet: D6, 0E and FE. RGB value is (214,14,254). Sum of RGB (Red+Green+Blue) = 214+14+254=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D60EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EFE is #29F101. Grayscale: #646464. Windows color (decimal): -2748674 or 16649942. OLE color: 16649942.

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

Color convert

RGB 214 14 254 -
CMYK 0.16 0.94 0 0.00
HSL 290º 0.99% 0.53% -
HSV(B) 290º 0.94% 1% -
XYZ 45.78 21.77 95.55 -
YUV 101.16 214.26 208.49 -
System Red Green Blue C M Y K H S L
Decimal 214 14 254 0.16 0.94 0 0.00 290 0.99 0.53
Hex D6 E FE 10 5E 0 0 122 63 35
Octal 326 16 376 20 136 0 0 442 143 65
Binary 11010110 1110 11111110 10000 1011110 0 0 100100010 1100011 110101

Color Harmonies of #D60EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EFE

Black with #D60EFE

Text Example


Text Example

White with #D60EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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