Html Css Color HEX #D434FE Psychedelic Purple

📋 copy color: '#D434FE'

red 212 ◦ green 52 ◦ blue 254

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

Shades of Psychedelic Purple #D434FE

Tints of Psychedelic Purple #D434FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.04%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 40.93%
G = 10.04%
B = 49.03%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D434FE (or 0xD434FE) is known color: Psychedelic Purple. HEX triplet: D4, 34 and FE. RGB value is (212,52,254). Sum of RGB (Red+Green+Blue) = 212+52+254=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #D434FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434FE is #2BCB01. Grayscale: #7A7A7A. Windows color (decimal): -2870018 or 16659668. OLE color: 16659668.

HSL color Cylindrical-coordinate representation of color #D434FE: hue angle of 287.52º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D434FE is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 52 254 -
CMYK 0.17 0.80 0 0.00
HSL 287.52º 0.99% 0.6% -
HSV(B) 287.52º 0.8% 1% -
XYZ 46.27 23.61 95.88 -
YUV 122.87 202.01 191.57 -
System Red Green Blue C M Y K H S L
Decimal 212 52 254 0.17 0.80 0 0.00 287.52 0.99 0.6
Hex D4 34 FE 11 50 0 0 120 63 3C
Octal 324 64 376 21 120 0 0 440 143 74
Binary 11010100 110100 11111110 10001 1010000 0 0 100100000 1100011 111100

Color Harmonies of #D434FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434FE

Black with #D434FE

Text Example


Text Example

White with #D434FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434FE; }

 p { color: rgb(212,52,254); }

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

background-color css

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

 a { background-color: rgb(212,52,254); }

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

border-color css

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

 span { border-color: rgb(212,52,254); }

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