Html Css Color HEX #D025EF Psychedelic Purple

📋 copy color: '#D025EF'

red 208 ◦ green 37 ◦ blue 239

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

Shades of Psychedelic Purple #D025EF

Tints of Psychedelic Purple #D025EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 42.98%
G = 7.64%
B = 49.38%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D025EF (or 0xD025EF) is known color: Psychedelic Purple. HEX triplet: D0, 25 and EF. RGB value is (208,37,239). Sum of RGB (Red+Green+Blue) = 208+37+239=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #D025EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025EF is #2FDA10. Grayscale: #6E6E6E. Windows color (decimal): -3136017 or 15672784. OLE color: 15672784.

HSL color Cylindrical-coordinate representation of color #D025EF: hue angle of 290.79º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D025EF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 37 239 -
CMYK 0.13 0.85 0 0.06
HSL 290.79º 0.86% 0.54% -
HSV(B) 290.79º 0.85% 0.94% -
XYZ 42.25 20.97 83.48 -
YUV 111.16 200.15 197.07 -
System Red Green Blue C M Y K H S L
Decimal 208 37 239 0.13 0.85 0 0.06 290.79 0.86 0.54
Hex D0 25 EF D 55 0 6 123 56 36
Octal 320 45 357 15 125 0 6 443 126 66
Binary 11010000 100101 11101111 1101 1010101 0 110 100100011 1010110 110110

Color Harmonies of #D025EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025EF

Black with #D025EF

Text Example


Text Example

White with #D025EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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