Html Css Color HEX #D60EFA Psychedelic Purple

📋 copy color: '#D60EFA'

red 214 ◦ green 14 ◦ blue 250

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

Shades of Psychedelic Purple #D60EFA

Tints of Psychedelic Purple #D60EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 44.77%
G = 2.93%
B = 52.3%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D60EFA (or 0xD60EFA) is known color: Psychedelic Purple. HEX triplet: D6, 0E and FA. RGB value is (214,14,250). Sum of RGB (Red+Green+Blue) = 214+14+250=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #D60EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EFA is #29F105. Grayscale: #636363. Windows color (decimal): -2748678 or 16387798. OLE color: 16387798.

HSL color Cylindrical-coordinate representation of color #D60EFA: hue angle of 290.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60EFA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 14 250 -
CMYK 0.14 0.94 0 0.02
HSL 290.85º 0.96% 0.52% -
HSV(B) 290.85º 0.94% 0.98% -
XYZ 45.14 21.51 92.22 -
YUV 100.7 212.26 208.81 -
System Red Green Blue C M Y K H S L
Decimal 214 14 250 0.14 0.94 0 0.02 290.85 0.96 0.52
Hex D6 E FA E 5E 0 2 123 60 34
Octal 326 16 372 16 136 0 2 443 140 64
Binary 11010110 1110 11111010 1110 1011110 0 10 100100011 1100000 110100

Color Harmonies of #D60EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EFA

Black with #D60EFA

Text Example


Text Example

White with #D60EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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