Html Css Color HEX #D600FA Psychedelic Purple

📋 copy color: '#D600FA'

red 214 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #D600FA

Tints of Psychedelic Purple #D600FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.12%
G = 0%
B = 53.88%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D600FA (or 0xD600FA) is known color: Psychedelic Purple. HEX triplet: D6, 00 and FA. RGB value is (214,0,250). Sum of RGB (Red+Green+Blue) = 214+0+250=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #D600FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600FA is #29FF05. Grayscale: #5B5B5B. Windows color (decimal): -2752262 or 16384214. OLE color: 16384214.

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

Color convert

RGB 214 0 250 -
CMYK 0.14 1 0 0.02
HSL 291.36º 1% 0.49% -
HSV(B) 291.36º 1% 0.98% -
XYZ 44.99 21.2 92.16 -
YUV 92.49 216.9 214.67 -
System Red Green Blue C M Y K H S L
Decimal 214 0 250 0.14 1 0 0.02 291.36 1 0.49
Hex D6 0 FA E 64 0 2 123 64 31
Octal 326 0 372 16 144 0 2 443 144 61
Binary 11010110 0 11111010 1110 1100100 0 10 100100011 1100100 110001

Color Harmonies of #D600FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600FA

Black with #D600FA

Text Example


Text Example

White with #D600FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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