Html Css Color HEX #D414FF Psychedelic Purple

📋 copy color: '#D414FF'

red 212 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #D414FF

Tints of Psychedelic Purple #D414FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 43.53%
G = 4.11%
B = 52.36%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D414FF (or 0xD414FF) is known color: Psychedelic Purple. HEX triplet: D4, 14 and FF. RGB value is (212,20,255). Sum of RGB (Red+Green+Blue) = 212+20+255=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D414FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D414FF is #2BEB00. Grayscale: #676767. Windows color (decimal): -2878209 or 16717012. OLE color: 16717012.

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

Color convert

RGB 212 20 255 -
CMYK 0.17 0.92 0 0
HSL 289.02º 1% 0.54% -
HSV(B) 289.02º 0.92% 1% -
XYZ 45.45 21.72 96.4 -
YUV 104.2 213.11 204.89 -
System Red Green Blue C M Y K H S L
Decimal 212 20 255 0.17 0.92 0 0 289.02 1 0.54
Hex D4 14 FF 11 5C 0 0 121 64 36
Octal 324 24 377 21 134 0 0 441 144 66
Binary 11010100 10100 11111111 10001 1011100 0 0 100100001 1100100 110110

Color Harmonies of #D414FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414FF

Black with #D414FF

Text Example


Text Example

White with #D414FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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