Html Css Color HEX #D625ED Psychedelic Purple

📋 copy color: '#D625ED'

red 214 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #D625ED

Tints of Psychedelic Purple #D625ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 43.85%
G = 7.58%
B = 48.57%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D625ED (or 0xD625ED) is known color: Psychedelic Purple. HEX triplet: D6, 25 and ED. RGB value is (214,37,237). Sum of RGB (Red+Green+Blue) = 214+37+237=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #D625ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625ED is #29DA12. Grayscale: #707070. Windows color (decimal): -2742803 or 15541718. OLE color: 15541718.

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

Color convert

RGB 214 37 237 -
CMYK 0.10 0.84 0 0.07
HSL 293.1º 0.85% 0.54% -
HSV(B) 293.1º 0.84% 0.93% -
XYZ 43.68 21.73 82.01 -
YUV 112.72 198.14 200.24 -
System Red Green Blue C M Y K H S L
Decimal 214 37 237 0.10 0.84 0 0.07 293.1 0.85 0.54
Hex D6 25 ED A 54 0 7 125 55 36
Octal 326 45 355 12 124 0 7 445 125 66
Binary 11010110 100101 11101101 1010 1010100 0 111 100100101 1010101 110110

Color Harmonies of #D625ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625ED

Black with #D625ED

Text Example


Text Example

White with #D625ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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