Html Css Color HEX #D422EB Psychedelic Purple

📋 copy color: '#D422EB'

red 212 ◦ green 34 ◦ blue 235

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

Shades of Psychedelic Purple #D422EB

Tints of Psychedelic Purple #D422EB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.07%

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

R = 44.07%
G = 7.07%
B = 48.86%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D422EB (or 0xD422EB) is known color: Psychedelic Purple. HEX triplet: D4, 22 and EB. RGB value is (212,34,235). Sum of RGB (Red+Green+Blue) = 212+34+235=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 34 (13.67% from 255 or 7.07% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #D422EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D422EB is #2BDD14. Grayscale: #6D6D6D. Windows color (decimal): -2874645 or 15409876. OLE color: 15409876.

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

Color convert

RGB 212 34 235 -
CMYK 0.10 0.86 0 0.08
HSL 293.13º 0.83% 0.53% -
HSV(B) 293.13º 0.86% 0.92% -
XYZ 42.72 21.14 80.43 -
YUV 110.14 198.47 200.66 -
System Red Green Blue C M Y K H S L
Decimal 212 34 235 0.10 0.86 0 0.08 293.13 0.83 0.53
Hex D4 22 EB A 56 0 8 125 53 35
Octal 324 42 353 12 126 0 10 445 123 65
Binary 11010100 100010 11101011 1010 1010110 0 1000 100100101 1010011 110101

Color Harmonies of #D422EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422EB

Black with #D422EB

Text Example


Text Example

White with #D422EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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