Html Css Color HEX #D610FE Psychedelic Purple

📋 copy color: '#D610FE'

red 214 ◦ green 16 ◦ blue 254

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

Shades of Psychedelic Purple #D610FE

Tints of Psychedelic Purple #D610FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.31%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 44.21%
G = 3.31%
B = 52.48%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D610FE (or 0xD610FE) is known color: Psychedelic Purple. HEX triplet: D6, 10 and FE. RGB value is (214,16,254). Sum of RGB (Red+Green+Blue) = 214+16+254=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #D610FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D610FE is #29EF01. Grayscale: #656565. Windows color (decimal): -2748162 or 16650454. OLE color: 16650454.

HSL color Cylindrical-coordinate representation of color #D610FE: hue angle of 289.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D610FE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 16 254 -
CMYK 0.16 0.94 0 0.00
HSL 289.92º 0.99% 0.53% -
HSV(B) 289.92º 0.94% 1% -
XYZ 45.81 21.82 95.56 -
YUV 102.33 213.6 207.65 -
System Red Green Blue C M Y K H S L
Decimal 214 16 254 0.16 0.94 0 0.00 289.92 0.99 0.53
Hex D6 10 FE 10 5E 0 0 122 63 35
Octal 326 20 376 20 136 0 0 442 143 65
Binary 11010110 10000 11111110 10000 1011110 0 0 100100010 1100011 110101

Color Harmonies of #D610FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610FE

Black with #D610FE

Text Example


Text Example

White with #D610FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610FE; }

 p { color: rgb(214,16,254); }

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

background-color css

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

 a { background-color: rgb(214,16,254); }

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

border-color css

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

 span { border-color: rgb(214,16,254); }

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