Html Css Color HEX #D425F9 Psychedelic Purple

📋 copy color: '#D425F9'

red 212 ◦ green 37 ◦ blue 249

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

Shades of Psychedelic Purple #D425F9

Tints of Psychedelic Purple #D425F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 42.57%
G = 7.43%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D425F9 (or 0xD425F9) is known color: Psychedelic Purple. HEX triplet: D4, 25 and F9. RGB value is (212,37,249). Sum of RGB (Red+Green+Blue) = 212+37+249=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #D425F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425F9 is #2BDA06. Grayscale: #707070. Windows color (decimal): -2873863 or 16328148. OLE color: 16328148.

HSL color Cylindrical-coordinate representation of color #D425F9: hue angle of 289.53º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425F9 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 37 249 -
CMYK 0.15 0.85 0 0.02
HSL 289.53º 0.95% 0.56% -
HSV(B) 289.53º 0.85% 0.98% -
XYZ 44.91 22.16 91.53 -
YUV 113.49 204.48 198.26 -
System Red Green Blue C M Y K H S L
Decimal 212 37 249 0.15 0.85 0 0.02 289.53 0.95 0.56
Hex D4 25 F9 F 55 0 2 122 5F 38
Octal 324 45 371 17 125 0 2 442 137 70
Binary 11010100 100101 11111001 1111 1010101 0 10 100100010 1011111 111000

Color Harmonies of #D425F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425F9

Black with #D425F9

Text Example


Text Example

White with #D425F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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