Html Css Color HEX #D128FB Psychedelic Purple

📋 copy color: '#D128FB'

red 209 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #D128FB

Tints of Psychedelic Purple #D128FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 41.8%
G = 8%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D128FB (or 0xD128FB) is known color: Psychedelic Purple. HEX triplet: D1, 28 and FB. RGB value is (209,40,251). Sum of RGB (Red+Green+Blue) = 209+40+251=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #D128FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128FB is #2ED704. Grayscale: #717171. Windows color (decimal): -3069701 or 16459985. OLE color: 16459985.

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

Color convert

RGB 209 40 251 -
CMYK 0.17 0.84 0 0.02
HSL 288.06º 0.96% 0.57% -
HSV(B) 288.06º 0.84% 0.98% -
XYZ 44.47 22.04 93.18 -
YUV 114.59 204.99 195.34 -
System Red Green Blue C M Y K H S L
Decimal 209 40 251 0.17 0.84 0 0.02 288.06 0.96 0.57
Hex D1 28 FB 11 54 0 2 120 60 39
Octal 321 50 373 21 124 0 2 440 140 71
Binary 11010001 101000 11111011 10001 1010100 0 10 100100000 1100000 111001

Color Harmonies of #D128FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128FB

Black with #D128FB

Text Example


Text Example

White with #D128FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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