Html Css Color HEX #D128FE Psychedelic Purple

📋 copy color: '#D128FE'

red 209 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #D128FE

Tints of Psychedelic Purple #D128FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 41.55%
G = 7.95%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D128FE (or 0xD128FE) is known color: Psychedelic Purple. HEX triplet: D1, 28 and FE. RGB value is (209,40,254). Sum of RGB (Red+Green+Blue) = 209+40+254=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #D128FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128FE is #2ED701. Grayscale: #727272. Windows color (decimal): -3069698 or 16656593. OLE color: 16656593.

HSL color Cylindrical-coordinate representation of color #D128FE: hue angle of 287.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D128FE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 40 254 -
CMYK 0.18 0.84 0 0.00
HSL 287.38º 0.99% 0.58% -
HSV(B) 287.38º 0.84% 1% -
XYZ 44.94 22.23 95.69 -
YUV 114.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 209 40 254 0.18 0.84 0 0.00 287.38 0.99 0.58
Hex D1 28 FE 12 54 0 0 11F 63 3A
Octal 321 50 376 22 124 0 0 437 143 72
Binary 11010001 101000 11111110 10010 1010100 0 0 100011111 1100011 111010

Color Harmonies of #D128FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128FE

Black with #D128FE

Text Example


Text Example

White with #D128FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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