Html Css Color HEX #D437FC Psychedelic Purple

📋 copy color: '#D437FC'

red 212 ◦ green 55 ◦ blue 252

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

Shades of Psychedelic Purple #D437FC

Tints of Psychedelic Purple #D437FC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.6%

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 40.85%
G = 10.6%
B = 48.55%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D437FC (or 0xD437FC) is known color: Psychedelic Purple. HEX triplet: D4, 37 and FC. RGB value is (212,55,252). Sum of RGB (Red+Green+Blue) = 212+55+252=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 55 (21.88% from 255 or 10.60% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #D437FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437FC is #2BC803. Grayscale: #7B7B7B. Windows color (decimal): -2869252 or 16529364. OLE color: 16529364.

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

Color convert

RGB 212 55 252 -
CMYK 0.16 0.78 0 0.01
HSL 287.82º 0.97% 0.6% -
HSV(B) 287.82º 0.78% 0.99% -
XYZ 46.09 23.76 94.25 -
YUV 124.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 212 55 252 0.16 0.78 0 0.01 287.82 0.97 0.6
Hex D4 37 FC 10 4E 0 1 120 61 3C
Octal 324 67 374 20 116 0 1 440 141 74
Binary 11010100 110111 11111100 10000 1001110 0 1 100100000 1100001 111100

Color Harmonies of #D437FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437FC

Black with #D437FC

Text Example


Text Example

White with #D437FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437FC; }

 p { color: rgb(212,55,252); }

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

background-color css

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

 a { background-color: rgb(212,55,252); }

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

border-color css

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

 span { border-color: rgb(212,55,252); }

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