Html Css Color HEX #D710FE Psychedelic Purple

📋 copy color: '#D710FE'

red 215 ◦ green 16 ◦ blue 254

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

Shades of Psychedelic Purple #D710FE

Tints of Psychedelic Purple #D710FE

RGB

 RED value IS 215 (84.38% from 255) = 44.33%

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

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

R = 44.33%
G = 3.3%
B = 52.37%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D710FE (or 0xD710FE) is known color: Psychedelic Purple. HEX triplet: D7, 10 and FE. RGB value is (215,16,254). Sum of RGB (Red+Green+Blue) = 215+16+254=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D710FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D710FE is #28EF01. Grayscale: #656565. Windows color (decimal): -2682626 or 16650455. OLE color: 16650455.

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

Color convert

RGB 215 16 254 -
CMYK 0.15 0.94 0 0.00
HSL 290.17º 0.99% 0.53% -
HSV(B) 290.17º 0.94% 1% -
XYZ 46.1 21.97 95.58 -
YUV 102.63 213.43 208.15 -
System Red Green Blue C M Y K H S L
Decimal 215 16 254 0.15 0.94 0 0.00 290.17 0.99 0.53
Hex D7 10 FE F 5E 0 0 122 63 35
Octal 327 20 376 17 136 0 0 442 143 65
Binary 11010111 10000 11111110 1111 1011110 0 0 100100010 1100011 110101

Color Harmonies of #D710FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710FE

Black with #D710FE

Text Example


Text Example

White with #D710FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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