Html Css Color HEX #D025FE Psychedelic Purple

📋 copy color: '#D025FE'

red 208 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #D025FE

Tints of Psychedelic Purple #D025FE

RGB

 RED value IS 208 (81.64% from 255) = 41.68%

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

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

R = 41.68%
G = 7.41%
B = 50.9%

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

#D025FE (or 0xD025FE) is known color: Psychedelic Purple. HEX triplet: D0, 25 and FE. RGB value is (208,37,254). Sum of RGB (Red+Green+Blue) = 208+37+254=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #D025FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025FE is #2FDA01. Grayscale: #707070. Windows color (decimal): -3136002 or 16655824. OLE color: 16655824.

HSL color Cylindrical-coordinate representation of color #D025FE: hue angle of 287.28º 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 #D025FE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 37 254 -
CMYK 0.18 0.85 0 0.00
HSL 287.28º 0.99% 0.57% -
HSV(B) 287.28º 0.85% 1% -
XYZ 44.56 21.89 95.64 -
YUV 112.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 208 37 254 0.18 0.85 0 0.00 287.28 0.99 0.57
Hex D0 25 FE 12 55 0 0 11F 63 39
Octal 320 45 376 22 125 0 0 437 143 71
Binary 11010000 100101 11111110 10010 1010101 0 0 100011111 1100011 111001

Color Harmonies of #D025FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025FE

Black with #D025FE

Text Example


Text Example

White with #D025FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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