Html Css Color HEX #D10EFE Psychedelic Purple

📋 copy color: '#D10EFE'

red 209 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #D10EFE

Tints of Psychedelic Purple #D10EFE

RGB

 RED value IS 209 (82.03% from 255) = 43.82%

 GREEN value IS 14 (5.86% from 255) = 2.94%

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

R = 43.82%
G = 2.94%
B = 53.25%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D10EFE (or 0xD10EFE) is known color: Psychedelic Purple. HEX triplet: D1, 0E and FE. RGB value is (209,14,254). Sum of RGB (Red+Green+Blue) = 209+14+254=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #D10EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EFE is #2EF101. Grayscale: #626262. Windows color (decimal): -3076354 or 16649937. OLE color: 16649937.

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

Color convert

RGB 209 14 254 -
CMYK 0.18 0.94 0 0.00
HSL 288.75º 0.99% 0.53% -
HSV(B) 288.75º 0.94% 1% -
XYZ 44.34 21.03 95.49 -
YUV 99.67 215.1 205.99 -
System Red Green Blue C M Y K H S L
Decimal 209 14 254 0.18 0.94 0 0.00 288.75 0.99 0.53
Hex D1 E FE 12 5E 0 0 121 63 35
Octal 321 16 376 22 136 0 0 441 143 65
Binary 11010001 1110 11111110 10010 1011110 0 0 100100001 1100011 110101

Color Harmonies of #D10EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EFE

Black with #D10EFE

Text Example


Text Example

White with #D10EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EFE; }

 p { color: rgb(209,14,254); }

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

background-color css

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

 a { background-color: rgb(209,14,254); }

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

border-color css

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

 span { border-color: rgb(209,14,254); }

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