Html Css Color HEX #D425EB Psychedelic Purple

📋 copy color: '#D425EB'

red 212 ◦ green 37 ◦ blue 235

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

Shades of Psychedelic Purple #D425EB

Tints of Psychedelic Purple #D425EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.64%

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

R = 43.8%
G = 7.64%
B = 48.55%

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

#D425EB (or 0xD425EB) is known color: Psychedelic Purple. HEX triplet: D4, 25 and EB. RGB value is (212,37,235). Sum of RGB (Red+Green+Blue) = 212+37+235=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #D425EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425EB is #2BDA14. Grayscale: #6F6F6F. Windows color (decimal): -2873877 or 15410644. OLE color: 15410644.

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

Color convert

RGB 212 37 235 -
CMYK 0.10 0.84 0 0.08
HSL 293.03º 0.83% 0.53% -
HSV(B) 293.03º 0.84% 0.92% -
XYZ 42.81 21.32 80.46 -
YUV 111.9 197.48 199.4 -
System Red Green Blue C M Y K H S L
Decimal 212 37 235 0.10 0.84 0 0.08 293.03 0.83 0.53
Hex D4 25 EB A 54 0 8 125 53 35
Octal 324 45 353 12 124 0 10 445 123 65
Binary 11010100 100101 11101011 1010 1010100 0 1000 100100101 1010011 110101

Color Harmonies of #D425EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425EB

Black with #D425EB

Text Example


Text Example

White with #D425EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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