Html Css Color HEX #D10AF0 Psychedelic Purple

📋 copy color: '#D10AF0'

red 209 ◦ green 10 ◦ blue 240

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

Shades of Psychedelic Purple #D10AF0

Tints of Psychedelic Purple #D10AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.29%

R = 45.53%
G = 2.18%
B = 52.29%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D10AF0 (or 0xD10AF0) is known color: Psychedelic Purple. HEX triplet: D1, 0A and F0. RGB value is (209,10,240). Sum of RGB (Red+Green+Blue) = 209+10+240=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #D10AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AF0 is #2EF50F. Grayscale: #5F5F5F. Windows color (decimal): -3077392 or 15731409. OLE color: 15731409.

HSL color Cylindrical-coordinate representation of color #D10AF0: hue angle of 291.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10AF0 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 10 240 -
CMYK 0.13 0.96 0 0.06
HSL 291.91º 0.92% 0.49% -
HSV(B) 291.91º 0.96% 0.94% -
XYZ 42.13 20.06 84.09 -
YUV 95.72 209.43 208.8 -
System Red Green Blue C M Y K H S L
Decimal 209 10 240 0.13 0.96 0 0.06 291.91 0.92 0.49
Hex D1 A F0 D 60 0 6 124 5C 31
Octal 321 12 360 15 140 0 6 444 134 61
Binary 11010001 1010 11110000 1101 1100000 0 110 100100100 1011100 110001

Color Harmonies of #D10AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AF0

Black with #D10AF0

Text Example


Text Example

White with #D10AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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