Html Css Color HEX #D428FD Psychedelic Purple

📋 copy color: '#D428FD'

red 212 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #D428FD

Tints of Psychedelic Purple #D428FD

RGB

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

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

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

R = 41.98%
G = 7.92%
B = 50.1%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D428FD (or 0xD428FD) is known color: Psychedelic Purple. HEX triplet: D4, 28 and FD. RGB value is (212,40,253). Sum of RGB (Red+Green+Blue) = 212+40+253=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #D428FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428FD is #2BD702. Grayscale: #737373. Windows color (decimal): -2873091 or 16591060. OLE color: 16591060.

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

Color convert

RGB 212 40 253 -
CMYK 0.16 0.84 0 0.01
HSL 288.45º 0.98% 0.57% -
HSV(B) 288.45º 0.84% 0.99% -
XYZ 45.64 22.61 94.89 -
YUV 115.71 205.48 196.68 -
System Red Green Blue C M Y K H S L
Decimal 212 40 253 0.16 0.84 0 0.01 288.45 0.98 0.57
Hex D4 28 FD 10 54 0 1 120 62 39
Octal 324 50 375 20 124 0 1 440 142 71
Binary 11010100 101000 11111101 10000 1010100 0 1 100100000 1100010 111001

Color Harmonies of #D428FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428FD

Black with #D428FD

Text Example


Text Example

White with #D428FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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