Html Css Color HEX #D624ED Psychedelic Purple

📋 copy color: '#D624ED'

red 214 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #D624ED

Tints of Psychedelic Purple #D624ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.39%

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

R = 43.94%
G = 7.39%
B = 48.67%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D624ED (or 0xD624ED) is known color: Psychedelic Purple. HEX triplet: D6, 24 and ED. RGB value is (214,36,237). Sum of RGB (Red+Green+Blue) = 214+36+237=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D624ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624ED is #29DB12. Grayscale: #6F6F6F. Windows color (decimal): -2743059 or 15541462. OLE color: 15541462.

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

Color convert

RGB 214 36 237 -
CMYK 0.10 0.85 0 0.07
HSL 293.13º 0.85% 0.54% -
HSV(B) 293.13º 0.85% 0.93% -
XYZ 43.65 21.67 82 -
YUV 112.14 198.47 200.66 -
System Red Green Blue C M Y K H S L
Decimal 214 36 237 0.10 0.85 0 0.07 293.13 0.85 0.54
Hex D6 24 ED A 55 0 7 125 55 36
Octal 326 44 355 12 125 0 7 445 125 66
Binary 11010110 100100 11101101 1010 1010101 0 111 100100101 1010101 110110

Color Harmonies of #D624ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624ED

Black with #D624ED

Text Example


Text Example

White with #D624ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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