Html Css Color HEX #D424FD Psychedelic Purple

📋 copy color: '#D424FD'

red 212 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #D424FD

Tints of Psychedelic Purple #D424FD

RGB

 RED value IS 212 (83.2% from 255) = 42.32%

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

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

R = 42.32%
G = 7.19%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D424FD (or 0xD424FD) is known color: Psychedelic Purple. HEX triplet: D4, 24 and FD. RGB value is (212,36,253). Sum of RGB (Red+Green+Blue) = 212+36+253=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #D424FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424FD is #2BDB02. Grayscale: #707070. Windows color (decimal): -2874115 or 16590036. OLE color: 16590036.

HSL color Cylindrical-coordinate representation of color #D424FD: hue angle of 288.66º 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 #D424FD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 36 253 -
CMYK 0.16 0.86 0 0.01
HSL 288.66º 0.98% 0.57% -
HSV(B) 288.66º 0.86% 0.99% -
XYZ 45.51 22.35 94.84 -
YUV 113.36 206.81 198.36 -
System Red Green Blue C M Y K H S L
Decimal 212 36 253 0.16 0.86 0 0.01 288.66 0.98 0.57
Hex D4 24 FD 10 56 0 1 121 62 39
Octal 324 44 375 20 126 0 1 441 142 71
Binary 11010100 100100 11111101 10000 1010110 0 1 100100001 1100010 111001

Color Harmonies of #D424FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424FD

Black with #D424FD

Text Example


Text Example

White with #D424FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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