Html Css Color HEX #D107F1 Psychedelic Purple

📋 copy color: '#D107F1'

red 209 ◦ green 7 ◦ blue 241

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

Shades of Psychedelic Purple #D107F1

Tints of Psychedelic Purple #D107F1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 45.73%
G = 1.53%
B = 52.74%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D107F1 (or 0xD107F1) is known color: Psychedelic Purple. HEX triplet: D1, 07 and F1. RGB value is (209,7,241). Sum of RGB (Red+Green+Blue) = 209+7+241=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #D107F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D107F1 is #2EF80E. Grayscale: #5D5D5D. Windows color (decimal): -3078159 or 15796177. OLE color: 15796177.

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

Color convert

RGB 209 7 241 -
CMYK 0.13 0.97 0 0.05
HSL 291.79º 0.94% 0.49% -
HSV(B) 291.79º 0.97% 0.95% -
XYZ 42.25 20.06 84.86 -
YUV 94.07 210.92 209.97 -
System Red Green Blue C M Y K H S L
Decimal 209 7 241 0.13 0.97 0 0.05 291.79 0.94 0.49
Hex D1 7 F1 D 61 0 5 124 5E 31
Octal 321 7 361 15 141 0 5 444 136 61
Binary 11010001 111 11110001 1101 1100001 0 101 100100100 1011110 110001

Color Harmonies of #D107F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D107F1

Black with #D107F1

Text Example


Text Example

White with #D107F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D107F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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