Html Css Color HEX #D435FE Psychedelic Purple

📋 copy color: '#D435FE'

red 212 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #D435FE

Tints of Psychedelic Purple #D435FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.21%

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

R = 40.85%
G = 10.21%
B = 48.94%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D435FE (or 0xD435FE) is known color: Psychedelic Purple. HEX triplet: D4, 35 and FE. RGB value is (212,53,254). Sum of RGB (Red+Green+Blue) = 212+53+254=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #D435FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435FE is #2BCA01. Grayscale: #7A7A7A. Windows color (decimal): -2869762 or 16659924. OLE color: 16659924.

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

Color convert

RGB 212 53 254 -
CMYK 0.17 0.79 0 0.00
HSL 287.46º 0.99% 0.6% -
HSV(B) 287.46º 0.79% 1% -
XYZ 46.31 23.7 95.9 -
YUV 123.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 212 53 254 0.17 0.79 0 0.00 287.46 0.99 0.6
Hex D4 35 FE 11 4F 0 0 11F 63 3C
Octal 324 65 376 21 117 0 0 437 143 74
Binary 11010100 110101 11111110 10001 1001111 0 0 100011111 1100011 111100

Color Harmonies of #D435FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D435FE

Black with #D435FE

Text Example


Text Example

White with #D435FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D435FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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