Html Css Color HEX #D425ED Psychedelic Purple

📋 copy color: '#D425ED'

red 212 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #D425ED

Tints of Psychedelic Purple #D425ED

RGB

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

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

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

R = 43.62%
G = 7.61%
B = 48.77%

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

#D425ED (or 0xD425ED) is known color: Psychedelic Purple. HEX triplet: D4, 25 and ED. RGB value is (212,37,237). Sum of RGB (Red+Green+Blue) = 212+37+237=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #D425ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425ED is #2BDA12. Grayscale: #6F6F6F. Windows color (decimal): -2873875 or 15541716. OLE color: 15541716.

HSL color Cylindrical-coordinate representation of color #D425ED: hue angle of 292.5º 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 #D425ED is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 37 237 -
CMYK 0.11 0.84 0 0.07
HSL 292.5º 0.85% 0.54% -
HSV(B) 292.5º 0.84% 0.93% -
XYZ 43.1 21.43 81.99 -
YUV 112.13 198.48 199.24 -
System Red Green Blue C M Y K H S L
Decimal 212 37 237 0.11 0.84 0 0.07 292.5 0.85 0.54
Hex D4 25 ED B 54 0 7 124 55 36
Octal 324 45 355 13 124 0 7 444 125 66
Binary 11010100 100101 11101101 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D425ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425ED

Black with #D425ED

Text Example


Text Example

White with #D425ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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