Html Css Color HEX #D601FC Psychedelic Purple

📋 copy color: '#D601FC'

red 214 ◦ green 1 ◦ blue 252

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

Shades of Psychedelic Purple #D601FC

Tints of Psychedelic Purple #D601FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 45.82%
G = 0.21%
B = 53.96%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D601FC (or 0xD601FC) is known color: Psychedelic Purple. HEX triplet: D6, 01 and FC. RGB value is (214,1,252). Sum of RGB (Red+Green+Blue) = 214+1+252=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #D601FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D601FC is #29FE03. Grayscale: #5C5C5C. Windows color (decimal): -2752004 or 16515542. OLE color: 16515542.

HSL color Cylindrical-coordinate representation of color #D601FC: hue angle of 290.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601FC is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 1 252 -
CMYK 0.15 1.00 0 0.01
HSL 290.92º 0.99% 0.5% -
HSV(B) 290.92º 1% 0.99% -
XYZ 45.31 21.35 93.83 -
YUV 93.3 217.57 214.09 -
System Red Green Blue C M Y K H S L
Decimal 214 1 252 0.15 1.00 0 0.01 290.92 0.99 0.5
Hex D6 1 FC F 64 0 1 123 63 32
Octal 326 1 374 17 144 0 1 443 143 62
Binary 11010110 1 11111100 1111 1100100 0 1 100100011 1100011 110010

Color Harmonies of #D601FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601FC

Black with #D601FC

Text Example


Text Example

White with #D601FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601FC; }

 p { color: rgb(214,1,252); }

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

background-color css

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

 a { background-color: rgb(214,1,252); }

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

border-color css

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

 span { border-color: rgb(214,1,252); }

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