Html Css Color HEX #D510FE Psychedelic Purple

📋 copy color: '#D510FE'

red 213 ◦ green 16 ◦ blue 254

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

Shades of Psychedelic Purple #D510FE

Tints of Psychedelic Purple #D510FE

RGB

 RED value IS 213 (83.59% from 255) = 44.1%

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

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

R = 44.1%
G = 3.31%
B = 52.59%

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

#D510FE (or 0xD510FE) is known color: Psychedelic Purple. HEX triplet: D5, 10 and FE. RGB value is (213,16,254). Sum of RGB (Red+Green+Blue) = 213+16+254=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #D510FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D510FE is #2AEF01. Grayscale: #656565. Windows color (decimal): -2813698 or 16650453. OLE color: 16650453.

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

Color convert

RGB 213 16 254 -
CMYK 0.16 0.94 0 0.00
HSL 289.66º 0.99% 0.53% -
HSV(B) 289.66º 0.94% 1% -
XYZ 45.52 21.67 95.55 -
YUV 102.04 213.77 207.15 -
System Red Green Blue C M Y K H S L
Decimal 213 16 254 0.16 0.94 0 0.00 289.66 0.99 0.53
Hex D5 10 FE 10 5E 0 0 122 63 35
Octal 325 20 376 20 136 0 0 442 143 65
Binary 11010101 10000 11111110 10000 1011110 0 0 100100010 1100011 110101

Color Harmonies of #D510FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510FE

Black with #D510FE

Text Example


Text Example

White with #D510FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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