Html Css Color HEX #D426ED Psychedelic Purple

📋 copy color: '#D426ED'

red 212 ◦ green 38 ◦ blue 237

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

Shades of Psychedelic Purple #D426ED

Tints of Psychedelic Purple #D426ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 43.53%
G = 7.8%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D426ED (or 0xD426ED) is known color: Psychedelic Purple. HEX triplet: D4, 26 and ED. RGB value is (212,38,237). Sum of RGB (Red+Green+Blue) = 212+38+237=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D426ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426ED is #2BD912. Grayscale: #707070. Windows color (decimal): -2873619 or 15541972. OLE color: 15541972.

HSL color Cylindrical-coordinate representation of color #D426ED: hue angle of 292.46º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426ED is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 38 237 -
CMYK 0.11 0.84 0 0.07
HSL 292.46º 0.85% 0.54% -
HSV(B) 292.46º 0.84% 0.93% -
XYZ 43.13 21.5 82 -
YUV 112.71 198.15 198.82 -
System Red Green Blue C M Y K H S L
Decimal 212 38 237 0.11 0.84 0 0.07 292.46 0.85 0.54
Hex D4 26 ED B 54 0 7 124 55 36
Octal 324 46 355 13 124 0 7 444 125 66
Binary 11010100 100110 11101101 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D426ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426ED

Black with #D426ED

Text Example


Text Example

White with #D426ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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