Html Css Color HEX #D125FE Psychedelic Purple

📋 copy color: '#D125FE'

red 209 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #D125FE

Tints of Psychedelic Purple #D125FE

RGB

 RED value IS 209 (82.03% from 255) = 41.8%

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 41.8%
G = 7.4%
B = 50.8%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D125FE (or 0xD125FE) is known color: Psychedelic Purple. HEX triplet: D1, 25 and FE. RGB value is (209,37,254). Sum of RGB (Red+Green+Blue) = 209+37+254=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #D125FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D125FE is #2EDA01. Grayscale: #707070. Windows color (decimal): -3070466 or 16655825. OLE color: 16655825.

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

Color convert

RGB 209 37 254 -
CMYK 0.18 0.85 0 0.00
HSL 287.56º 0.99% 0.57% -
HSV(B) 287.56º 0.85% 1% -
XYZ 44.85 22.03 95.66 -
YUV 113.17 207.48 196.36 -
System Red Green Blue C M Y K H S L
Decimal 209 37 254 0.18 0.85 0 0.00 287.56 0.99 0.57
Hex D1 25 FE 12 55 0 0 120 63 39
Octal 321 45 376 22 125 0 0 440 143 71
Binary 11010001 100101 11111110 10010 1010101 0 0 100100000 1100011 111001

Color Harmonies of #D125FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125FE

Black with #D125FE

Text Example


Text Example

White with #D125FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125FE; }

 p { color: rgb(209,37,254); }

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

background-color css

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

 a { background-color: rgb(209,37,254); }

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

border-color css

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

 span { border-color: rgb(209,37,254); }

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