Html Css Color HEX #D10DF1 Psychedelic Purple

📋 copy color: '#D10DF1'

red 209 ◦ green 13 ◦ blue 241

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

Shades of Psychedelic Purple #D10DF1

Tints of Psychedelic Purple #D10DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.05%

R = 45.14%
G = 2.81%
B = 52.05%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D10DF1 (or 0xD10DF1) is known color: Psychedelic Purple. HEX triplet: D1, 0D and F1. RGB value is (209,13,241). Sum of RGB (Red+Green+Blue) = 209+13+241=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #D10DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DF1 is #2EF20E. Grayscale: #606060. Windows color (decimal): -3076623 or 15797713. OLE color: 15797713.

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

Color convert

RGB 209 13 241 -
CMYK 0.13 0.95 0 0.05
HSL 291.58º 0.9% 0.5% -
HSV(B) 291.58º 0.95% 0.95% -
XYZ 42.32 20.19 84.89 -
YUV 97.6 208.93 207.46 -
System Red Green Blue C M Y K H S L
Decimal 209 13 241 0.13 0.95 0 0.05 291.58 0.9 0.5
Hex D1 D F1 D 5F 0 5 124 5A 32
Octal 321 15 361 15 137 0 5 444 132 62
Binary 11010001 1101 11110001 1101 1011111 0 101 100100100 1011010 110010

Color Harmonies of #D10DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DF1

Black with #D10DF1

Text Example


Text Example

White with #D10DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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