Html Css Color HEX #D425FF Psychedelic Purple

📋 copy color: '#D425FF'

red 212 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #D425FF

Tints of Psychedelic Purple #D425FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 42.06%
G = 7.34%
B = 50.6%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D425FF (or 0xD425FF) is known color: Psychedelic Purple. HEX triplet: D4, 25 and FF. RGB value is (212,37,255). Sum of RGB (Red+Green+Blue) = 212+37+255=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D425FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425FF is #2BDA00. Grayscale: #717171. Windows color (decimal): -2873857 or 16721364. OLE color: 16721364.

HSL color Cylindrical-coordinate representation of color #D425FF: hue angle of 288.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425FF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 37 255 -
CMYK 0.17 0.85 0 0
HSL 288.17º 1% 0.57% -
HSV(B) 288.17º 0.85% 1% -
XYZ 45.86 22.54 96.54 -
YUV 114.18 207.48 197.77 -
System Red Green Blue C M Y K H S L
Decimal 212 37 255 0.17 0.85 0 0 288.17 1 0.57
Hex D4 25 FF 11 55 0 0 120 64 39
Octal 324 45 377 21 125 0 0 440 144 71
Binary 11010100 100101 11111111 10001 1010101 0 0 100100000 1100100 111001

Color Harmonies of #D425FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425FF

Black with #D425FF

Text Example


Text Example

White with #D425FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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