Html Css Color HEX #D60FFA Psychedelic Purple

📋 copy color: '#D60FFA'

red 214 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #D60FFA

Tints of Psychedelic Purple #D60FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

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

R = 44.68%
G = 3.13%
B = 52.19%

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

#D60FFA (or 0xD60FFA) is known color: Psychedelic Purple. HEX triplet: D6, 0F and FA. RGB value is (214,15,250). Sum of RGB (Red+Green+Blue) = 214+15+250=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #D60FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FFA is #29F005. Grayscale: #646464. Windows color (decimal): -2748422 or 16388054. OLE color: 16388054.

HSL color Cylindrical-coordinate representation of color #D60FFA: hue angle of 290.81º 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 #D60FFA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 15 250 -
CMYK 0.14 0.94 0 0.02
HSL 290.81º 0.96% 0.52% -
HSV(B) 290.81º 0.94% 0.98% -
XYZ 45.16 21.54 92.22 -
YUV 101.29 211.93 208.39 -
System Red Green Blue C M Y K H S L
Decimal 214 15 250 0.14 0.94 0 0.02 290.81 0.96 0.52
Hex D6 F FA E 5E 0 2 123 60 34
Octal 326 17 372 16 136 0 2 443 140 64
Binary 11010110 1111 11111010 1110 1011110 0 10 100100011 1100000 110100

Color Harmonies of #D60FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FFA

Black with #D60FFA

Text Example


Text Example

White with #D60FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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