Html Css Color HEX #D426FA Psychedelic Purple

📋 copy color: '#D426FA'

red 212 ◦ green 38 ◦ blue 250

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

Shades of Psychedelic Purple #D426FA

Tints of Psychedelic Purple #D426FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 42.4%
G = 7.6%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D426FA (or 0xD426FA) is known color: Psychedelic Purple. HEX triplet: D4, 26 and FA. RGB value is (212,38,250). Sum of RGB (Red+Green+Blue) = 212+38+250=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #D426FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426FA is #2BD905. Grayscale: #717171. Windows color (decimal): -2873606 or 16393940. OLE color: 16393940.

HSL color Cylindrical-coordinate representation of color #D426FA: hue angle of 289.25º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D426FA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 38 250 -
CMYK 0.15 0.85 0 0.02
HSL 289.25º 0.95% 0.56% -
HSV(B) 289.25º 0.85% 0.98% -
XYZ 45.1 22.29 92.37 -
YUV 114.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 212 38 250 0.15 0.85 0 0.02 289.25 0.95 0.56
Hex D4 26 FA F 55 0 2 121 5F 38
Octal 324 46 372 17 125 0 2 441 137 70
Binary 11010100 100110 11111010 1111 1010101 0 10 100100001 1011111 111000

Color Harmonies of #D426FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426FA

Black with #D426FA

Text Example


Text Example

White with #D426FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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