Html Css Color HEX #D414FD Psychedelic Purple

📋 copy color: '#D414FD'

red 212 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #D414FD

Tints of Psychedelic Purple #D414FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.12%

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

R = 43.71%
G = 4.12%
B = 52.16%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D414FD (or 0xD414FD) is known color: Psychedelic Purple. HEX triplet: D4, 14 and FD. RGB value is (212,20,253). Sum of RGB (Red+Green+Blue) = 212+20+253=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D414FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D414FD is #2BEB02. Grayscale: #676767. Windows color (decimal): -2878211 or 16585940. OLE color: 16585940.

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

Color convert

RGB 212 20 253 -
CMYK 0.16 0.92 0 0.01
HSL 289.44º 0.98% 0.54% -
HSV(B) 289.44º 0.92% 0.99% -
XYZ 45.13 21.59 94.72 -
YUV 103.97 212.11 205.05 -
System Red Green Blue C M Y K H S L
Decimal 212 20 253 0.16 0.92 0 0.01 289.44 0.98 0.54
Hex D4 14 FD 10 5C 0 1 121 62 36
Octal 324 24 375 20 134 0 1 441 142 66
Binary 11010100 10100 11111101 10000 1011100 0 1 100100001 1100010 110110

Color Harmonies of #D414FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414FD

Black with #D414FD

Text Example


Text Example

White with #D414FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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