Html Css Color HEX #D127F9 Psychedelic Purple

📋 copy color: '#D127F9'

red 209 ◦ green 39 ◦ blue 249

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

Shades of Psychedelic Purple #D127F9

Tints of Psychedelic Purple #D127F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.85%

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

R = 42.05%
G = 7.85%
B = 50.1%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D127F9 (or 0xD127F9) is known color: Psychedelic Purple. HEX triplet: D1, 27 and F9. RGB value is (209,39,249). Sum of RGB (Red+Green+Blue) = 209+39+249=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #D127F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127F9 is #2ED806. Grayscale: #717171. Windows color (decimal): -3069959 or 16328657. OLE color: 16328657.

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

Color convert

RGB 209 39 249 -
CMYK 0.16 0.84 0 0.02
HSL 288.57º 0.95% 0.56% -
HSV(B) 288.57º 0.84% 0.98% -
XYZ 44.12 21.85 91.51 -
YUV 113.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 209 39 249 0.16 0.84 0 0.02 288.57 0.95 0.56
Hex D1 27 F9 10 54 0 2 121 5F 38
Octal 321 47 371 20 124 0 2 441 137 70
Binary 11010001 100111 11111001 10000 1010100 0 10 100100001 1011111 111000

Color Harmonies of #D127F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127F9

Black with #D127F9

Text Example


Text Example

White with #D127F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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