Html Css Color HEX #D624FD Psychedelic Purple

📋 copy color: '#D624FD'

red 214 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #D624FD

Tints of Psychedelic Purple #D624FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 42.54%
G = 7.16%
B = 50.3%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D624FD (or 0xD624FD) is known color: Psychedelic Purple. HEX triplet: D6, 24 and FD. RGB value is (214,36,253). Sum of RGB (Red+Green+Blue) = 214+36+253=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #D624FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624FD is #29DB02. Grayscale: #717171. Windows color (decimal): -2743043 or 16590038. OLE color: 16590038.

HSL color Cylindrical-coordinate representation of color #D624FD: hue angle of 289.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D624FD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 36 253 -
CMYK 0.15 0.86 0 0.01
HSL 289.22º 0.98% 0.57% -
HSV(B) 289.22º 0.86% 0.99% -
XYZ 46.09 22.65 94.87 -
YUV 113.96 206.47 199.36 -
System Red Green Blue C M Y K H S L
Decimal 214 36 253 0.15 0.86 0 0.01 289.22 0.98 0.57
Hex D6 24 FD F 56 0 1 121 62 39
Octal 326 44 375 17 126 0 1 441 142 71
Binary 11010110 100100 11111101 1111 1010110 0 1 100100001 1100010 111001

Color Harmonies of #D624FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624FD

Black with #D624FD

Text Example


Text Example

White with #D624FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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