Html Css Color HEX #D625EF Psychedelic Purple

📋 copy color: '#D625EF'

red 214 ◦ green 37 ◦ blue 239

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

Shades of Psychedelic Purple #D625EF

Tints of Psychedelic Purple #D625EF

RGB

 RED value IS 214 (83.98% from 255) = 43.67%

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

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

R = 43.67%
G = 7.55%
B = 48.78%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D625EF (or 0xD625EF) is known color: Psychedelic Purple. HEX triplet: D6, 25 and EF. RGB value is (214,37,239). Sum of RGB (Red+Green+Blue) = 214+37+239=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D625EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625EF is #29DA10. Grayscale: #707070. Windows color (decimal): -2742801 or 15672790. OLE color: 15672790.

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

Color convert

RGB 214 37 239 -
CMYK 0.10 0.85 0 0.06
HSL 292.57º 0.86% 0.54% -
HSV(B) 292.57º 0.85% 0.94% -
XYZ 43.97 21.85 83.56 -
YUV 112.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 214 37 239 0.10 0.85 0 0.06 292.57 0.86 0.54
Hex D6 25 EF A 55 0 6 125 56 36
Octal 326 45 357 12 125 0 6 445 126 66
Binary 11010110 100101 11101111 1010 1010101 0 110 100100101 1010110 110110

Color Harmonies of #D625EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625EF

Black with #D625EF

Text Example


Text Example

White with #D625EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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