Html Css Color HEX #D426FD Psychedelic Purple

📋 copy color: '#D426FD'

red 212 ◦ green 38 ◦ blue 253

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

Shades of Psychedelic Purple #D426FD

Tints of Psychedelic Purple #D426FD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.55%

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

R = 42.15%
G = 7.55%
B = 50.3%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D426FD (or 0xD426FD) is known color: Psychedelic Purple. HEX triplet: D4, 26 and FD. RGB value is (212,38,253). Sum of RGB (Red+Green+Blue) = 212+38+253=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 38 (15.23% from 255 or 7.55% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #D426FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426FD is #2BD902. Grayscale: #717171. Windows color (decimal): -2873603 or 16590548. OLE color: 16590548.

HSL color Cylindrical-coordinate representation of color #D426FD: hue angle of 288.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D426FD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 38 253 -
CMYK 0.16 0.85 0 0.01
HSL 288.56º 0.98% 0.57% -
HSV(B) 288.56º 0.85% 0.99% -
XYZ 45.57 22.48 94.86 -
YUV 114.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 212 38 253 0.16 0.85 0 0.01 288.56 0.98 0.57
Hex D4 26 FD 10 55 0 1 121 62 39
Octal 324 46 375 20 125 0 1 441 142 71
Binary 11010100 100110 11111101 10000 1010101 0 1 100100001 1100010 111001

Color Harmonies of #D426FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426FD

Black with #D426FD

Text Example


Text Example

White with #D426FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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