Html Css Color HEX #D128FA Psychedelic Purple

📋 copy color: '#D128FA'

red 209 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D128FA

Tints of Psychedelic Purple #D128FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 41.88%
G = 8.02%
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

#D128FA (or 0xD128FA) is known color: Psychedelic Purple. HEX triplet: D1, 28 and FA. RGB value is (209,40,250). Sum of RGB (Red+Green+Blue) = 209+40+250=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #D128FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128FA is #2ED705. Grayscale: #717171. Windows color (decimal): -3069702 or 16394449. OLE color: 16394449.

HSL color Cylindrical-coordinate representation of color #D128FA: hue angle of 288.29º 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 #D128FA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 40 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.29º 0.95% 0.57% -
HSV(B) 288.29º 0.84% 0.98% -
XYZ 44.31 21.98 92.35 -
YUV 114.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 209 40 250 0.16 0.84 0 0.02 288.29 0.95 0.57
Hex D1 28 FA 10 54 0 2 120 5F 39
Octal 321 50 372 20 124 0 2 440 137 71
Binary 11010001 101000 11111010 10000 1010100 0 10 100100000 1011111 111001

Color Harmonies of #D128FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128FA

Black with #D128FA

Text Example


Text Example

White with #D128FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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