Html Css Color HEX #D10FF0 Psychedelic Purple

📋 copy color: '#D10FF0'

red 209 ◦ green 15 ◦ blue 240

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

Shades of Psychedelic Purple #D10FF0

Tints of Psychedelic Purple #D10FF0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.23%

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

R = 45.04%
G = 3.23%
B = 51.72%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D10FF0 (or 0xD10FF0) is known color: Psychedelic Purple. HEX triplet: D1, 0F and F0. RGB value is (209,15,240). Sum of RGB (Red+Green+Blue) = 209+15+240=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #D10FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10FF0 is #2EF00F. Grayscale: #616161. Windows color (decimal): -3076112 or 15732689. OLE color: 15732689.

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

Color convert

RGB 209 15 240 -
CMYK 0.13 0.94 0 0.06
HSL 291.73º 0.88% 0.5% -
HSV(B) 291.73º 0.94% 0.94% -
XYZ 42.19 20.19 84.11 -
YUV 98.66 207.77 206.7 -
System Red Green Blue C M Y K H S L
Decimal 209 15 240 0.13 0.94 0 0.06 291.73 0.88 0.5
Hex D1 F F0 D 5E 0 6 124 58 32
Octal 321 17 360 15 136 0 6 444 130 62
Binary 11010001 1111 11110000 1101 1011110 0 110 100100100 1011000 110010

Color Harmonies of #D10FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FF0

Black with #D10FF0

Text Example


Text Example

White with #D10FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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