Html Css Color HEX #D625EC Psychedelic Purple

📋 copy color: '#D625EC'

red 214 ◦ green 37 ◦ blue 236

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

Shades of Psychedelic Purple #D625EC

Tints of Psychedelic Purple #D625EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 43.94%
G = 7.6%
B = 48.46%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D625EC (or 0xD625EC) is known color: Psychedelic Purple. HEX triplet: D6, 25 and EC. RGB value is (214,37,236). Sum of RGB (Red+Green+Blue) = 214+37+236=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #D625EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625EC is #29DA13. Grayscale: #6F6F6F. Windows color (decimal): -2742804 or 15476182. OLE color: 15476182.

HSL color Cylindrical-coordinate representation of color #D625EC: hue angle of 293.37º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D625EC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 37 236 -
CMYK 0.09 0.84 0 0.07
HSL 293.37º 0.84% 0.54% -
HSV(B) 293.37º 0.84% 0.93% -
XYZ 43.53 21.68 81.25 -
YUV 112.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 214 37 236 0.09 0.84 0 0.07 293.37 0.84 0.54
Hex D6 25 EC 9 54 0 7 125 54 36
Octal 326 45 354 11 124 0 7 445 124 66
Binary 11010110 100101 11101100 1001 1010100 0 111 100100101 1010100 110110

Color Harmonies of #D625EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625EC

Black with #D625EC

Text Example


Text Example

White with #D625EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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