Html Css Color HEX #D128FD Psychedelic Purple

📋 copy color: '#D128FD'

red 209 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #D128FD

Tints of Psychedelic Purple #D128FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 41.63%
G = 7.97%
B = 50.4%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D128FD (or 0xD128FD) is known color: Psychedelic Purple. HEX triplet: D1, 28 and FD. RGB value is (209,40,253). Sum of RGB (Red+Green+Blue) = 209+40+253=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D128FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128FD is #2ED702. Grayscale: #727272. Windows color (decimal): -3069699 or 16591057. OLE color: 16591057.

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

Color convert

RGB 209 40 253 -
CMYK 0.17 0.84 0 0.01
HSL 287.61º 0.98% 0.57% -
HSV(B) 287.61º 0.84% 0.99% -
XYZ 44.78 22.16 94.85 -
YUV 114.81 205.99 195.18 -
System Red Green Blue C M Y K H S L
Decimal 209 40 253 0.17 0.84 0 0.01 287.61 0.98 0.57
Hex D1 28 FD 11 54 0 1 120 62 39
Octal 321 50 375 21 124 0 1 440 142 71
Binary 11010001 101000 11111101 10001 1010100 0 1 100100000 1100010 111001

Color Harmonies of #D128FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128FD

Black with #D128FD

Text Example


Text Example

White with #D128FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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