Html Css Color HEX #D428FB Psychedelic Purple

📋 copy color: '#D428FB'

red 212 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #D428FB

Tints of Psychedelic Purple #D428FB

RGB

 RED value IS 212 (83.2% from 255) = 42.15%

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

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

R = 42.15%
G = 7.95%
B = 49.9%

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

#D428FB (or 0xD428FB) is known color: Psychedelic Purple. HEX triplet: D4, 28 and FB. RGB value is (212,40,251). Sum of RGB (Red+Green+Blue) = 212+40+251=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #D428FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428FB is #2BD704. Grayscale: #727272. Windows color (decimal): -2873093 or 16459988. OLE color: 16459988.

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

Color convert

RGB 212 40 251 -
CMYK 0.16 0.84 0 0.02
HSL 288.91º 0.96% 0.57% -
HSV(B) 288.91º 0.84% 0.98% -
XYZ 45.32 22.48 93.22 -
YUV 115.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 212 40 251 0.16 0.84 0 0.02 288.91 0.96 0.57
Hex D4 28 FB 10 54 0 2 121 60 39
Octal 324 50 373 20 124 0 2 441 140 71
Binary 11010100 101000 11111011 10000 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D428FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428FB

Black with #D428FB

Text Example


Text Example

White with #D428FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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