Html Css Color HEX #D128F9 Psychedelic Purple

📋 copy color: '#D128F9'

red 209 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #D128F9

Tints of Psychedelic Purple #D128F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.03%

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

R = 41.97%
G = 8.03%
B = 50%

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

#D128F9 (or 0xD128F9) is known color: Psychedelic Purple. HEX triplet: D1, 28 and F9. RGB value is (209,40,249). Sum of RGB (Red+Green+Blue) = 209+40+249=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #D128F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128F9 is #2ED706. Grayscale: #717171. Windows color (decimal): -3069703 or 16328913. OLE color: 16328913.

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

Color convert

RGB 209 40 249 -
CMYK 0.16 0.84 0 0.02
HSL 288.52º 0.95% 0.57% -
HSV(B) 288.52º 0.84% 0.98% -
XYZ 44.15 21.91 91.52 -
YUV 114.36 203.99 195.51 -
System Red Green Blue C M Y K H S L
Decimal 209 40 249 0.16 0.84 0 0.02 288.52 0.95 0.57
Hex D1 28 F9 10 54 0 2 121 5F 39
Octal 321 50 371 20 124 0 2 441 137 71
Binary 11010001 101000 11111001 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D128F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128F9

Black with #D128F9

Text Example


Text Example

White with #D128F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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