Html Css Color HEX #D426E9 Psychedelic Purple

📋 copy color: '#D426E9'

red 212 ◦ green 38 ◦ blue 233

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

Shades of Psychedelic Purple #D426E9

Tints of Psychedelic Purple #D426E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 43.89%
G = 7.87%
B = 48.24%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D426E9 (or 0xD426E9) is known color: Psychedelic Purple. HEX triplet: D4, 26 and E9. RGB value is (212,38,233). Sum of RGB (Red+Green+Blue) = 212+38+233=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #D426E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426E9 is #2BD916. Grayscale: #6F6F6F. Windows color (decimal): -2873623 or 15279828. OLE color: 15279828.

HSL color Cylindrical-coordinate representation of color #D426E9: hue angle of 293.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426E9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 38 233 -
CMYK 0.09 0.84 0 0.09
HSL 293.54º 0.82% 0.53% -
HSV(B) 293.54º 0.84% 0.91% -
XYZ 42.55 21.27 78.95 -
YUV 112.26 196.15 199.14 -
System Red Green Blue C M Y K H S L
Decimal 212 38 233 0.09 0.84 0 0.09 293.54 0.82 0.53
Hex D4 26 E9 9 54 0 9 126 52 35
Octal 324 46 351 11 124 0 11 446 122 65
Binary 11010100 100110 11101001 1001 1010100 0 1001 100100110 1010010 110101

Color Harmonies of #D426E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426E9

Black with #D426E9

Text Example


Text Example

White with #D426E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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