Html Css Color HEX #D10DF9 Psychedelic Purple

📋 copy color: '#D10DF9'

red 209 ◦ green 13 ◦ blue 249

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

Shades of Psychedelic Purple #D10DF9

Tints of Psychedelic Purple #D10DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.76%

 BLUE value IS 249 (97.66% from 255) = 52.87%

R = 44.37%
G = 2.76%
B = 52.87%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D10DF9 (or 0xD10DF9) is known color: Psychedelic Purple. HEX triplet: D1, 0D and F9. RGB value is (209,13,249). Sum of RGB (Red+Green+Blue) = 209+13+249=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #D10DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DF9 is #2EF206. Grayscale: #616161. Windows color (decimal): -3076615 or 16322001. OLE color: 16322001.

HSL color Cylindrical-coordinate representation of color #D10DF9: hue angle of 289.83º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10DF9 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 13 249 -
CMYK 0.16 0.95 0 0.02
HSL 289.83º 0.95% 0.51% -
HSV(B) 289.83º 0.95% 0.98% -
XYZ 43.54 20.68 91.32 -
YUV 98.51 212.93 206.81 -
System Red Green Blue C M Y K H S L
Decimal 209 13 249 0.16 0.95 0 0.02 289.83 0.95 0.51
Hex D1 D F9 10 5F 0 2 122 5F 33
Octal 321 15 371 20 137 0 2 442 137 63
Binary 11010001 1101 11111001 10000 1011111 0 10 100100010 1011111 110011

Color Harmonies of #D10DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DF9

Black with #D10DF9

Text Example


Text Example

White with #D10DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DF9; }

 p { color: rgb(209,13,249); }

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

background-color css

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

 a { background-color: rgb(209,13,249); }

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

border-color css

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

 span { border-color: rgb(209,13,249); }

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