Html Css Color HEX #D600F1 Psychedelic Purple

📋 copy color: '#D600F1'

red 214 ◦ green 0 ◦ blue 241

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

Shades of Psychedelic Purple #D600F1

Tints of Psychedelic Purple #D600F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 47.03%
G = 0%
B = 52.97%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D600F1 (or 0xD600F1) is known color: Psychedelic Purple. HEX triplet: D6, 00 and F1. RGB value is (214,0,241). Sum of RGB (Red+Green+Blue) = 214+0+241=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #D600F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600F1 is #29FF0E. Grayscale: #5A5A5A. Windows color (decimal): -2752271 or 15794390. OLE color: 15794390.

HSL color Cylindrical-coordinate representation of color #D600F1: hue angle of 293.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600F1 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 0 241 -
CMYK 0.11 1 0 0.05
HSL 293.28º 1% 0.47% -
HSV(B) 293.28º 1% 0.95% -
XYZ 43.61 20.65 84.91 -
YUV 91.46 212.4 215.4 -
System Red Green Blue C M Y K H S L
Decimal 214 0 241 0.11 1 0 0.05 293.28 1 0.47
Hex D6 0 F1 B 64 0 5 125 64 2F
Octal 326 0 361 13 144 0 5 445 144 57
Binary 11010110 0 11110001 1011 1100100 0 101 100100101 1100100 101111

Color Harmonies of #D600F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600F1

Black with #D600F1

Text Example


Text Example

White with #D600F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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