Html Css Color HEX #D10AFE Psychedelic Purple

📋 copy color: '#D10AFE'

red 209 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #D10AFE

Tints of Psychedelic Purple #D10AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

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

R = 44.19%
G = 2.11%
B = 53.7%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D10AFE (or 0xD10AFE) is known color: Psychedelic Purple. HEX triplet: D1, 0A and FE. RGB value is (209,10,254). Sum of RGB (Red+Green+Blue) = 209+10+254=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #D10AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AFE is #2EF501. Grayscale: #606060. Windows color (decimal): -3077378 or 16648913. OLE color: 16648913.

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

Color convert

RGB 209 10 254 -
CMYK 0.18 0.96 0 0.00
HSL 288.93º 0.99% 0.52% -
HSV(B) 288.93º 0.96% 1% -
XYZ 44.29 20.93 95.47 -
YUV 97.32 216.43 207.66 -
System Red Green Blue C M Y K H S L
Decimal 209 10 254 0.18 0.96 0 0.00 288.93 0.99 0.52
Hex D1 A FE 12 60 0 0 121 63 34
Octal 321 12 376 22 140 0 0 441 143 64
Binary 11010001 1010 11111110 10010 1100000 0 0 100100001 1100011 110100

Color Harmonies of #D10AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AFE

Black with #D10AFE

Text Example


Text Example

White with #D10AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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