Html Css Color HEX #D426EB Psychedelic Purple

📋 copy color: '#D426EB'

red 212 ◦ green 38 ◦ blue 235

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

Shades of Psychedelic Purple #D426EB

Tints of Psychedelic Purple #D426EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 43.71%
G = 7.84%
B = 48.45%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D426EB (or 0xD426EB) is known color: Psychedelic Purple. HEX triplet: D4, 26 and EB. RGB value is (212,38,235). Sum of RGB (Red+Green+Blue) = 212+38+235=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #D426EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426EB is #2BD914. Grayscale: #6F6F6F. Windows color (decimal): -2873621 or 15410900. OLE color: 15410900.

HSL color Cylindrical-coordinate representation of color #D426EB: hue angle of 292.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426EB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 38 235 -
CMYK 0.10 0.84 0 0.08
HSL 292.99º 0.83% 0.54% -
HSV(B) 292.99º 0.84% 0.92% -
XYZ 42.84 21.38 80.47 -
YUV 112.48 197.15 198.98 -
System Red Green Blue C M Y K H S L
Decimal 212 38 235 0.10 0.84 0 0.08 292.99 0.83 0.54
Hex D4 26 EB A 54 0 8 125 53 36
Octal 324 46 353 12 124 0 10 445 123 66
Binary 11010100 100110 11101011 1010 1010100 0 1000 100100101 1010011 110110

Color Harmonies of #D426EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426EB

Black with #D426EB

Text Example


Text Example

White with #D426EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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