Html Css Color HEX #D128FF Psychedelic Purple

📋 copy color: '#D128FF'

red 209 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #D128FF

Tints of Psychedelic Purple #D128FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 41.47%
G = 7.94%
B = 50.6%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D128FF (or 0xD128FF) is known color: Psychedelic Purple. HEX triplet: D1, 28 and FF. RGB value is (209,40,255). Sum of RGB (Red+Green+Blue) = 209+40+255=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D128FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128FF is #2ED700. Grayscale: #727272. Windows color (decimal): -3069697 or 16722129. OLE color: 16722129.

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

Color convert

RGB 209 40 255 -
CMYK 0.18 0.84 0 0
HSL 287.16º 1% 0.58% -
HSV(B) 287.16º 0.84% 1% -
XYZ 45.1 22.29 96.53 -
YUV 115.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 209 40 255 0.18 0.84 0 0 287.16 1 0.58
Hex D1 28 FF 12 54 0 0 11F 64 3A
Octal 321 50 377 22 124 0 0 437 144 72
Binary 11010001 101000 11111111 10010 1010100 0 0 100011111 1100100 111010

Color Harmonies of #D128FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128FF

Black with #D128FF

Text Example


Text Example

White with #D128FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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